Comparing version 4.2.2 to 4.2.3
@@ -0,1 +1,8 @@ | ||
### 4.2.3 | ||
* docs: Update memory backend docs - **[@fdegiuli](https://github.com/fdegiuli)** [#29](https://github.com/groupon/node-cached/pull/29) | ||
- [`3cebdb3`](https://github.com/groupon/node-cached/commit/3cebdb3cdb0dc997803d81d6c8c615e308261b0b) **docs:** Update memory backend docs | ||
- [`dabce45`](https://github.com/groupon/node-cached/commit/dabce45603667e7112a87bf5592eaab73aac3b0e) **docs:** Fix formatting | ||
### 4.2.2 | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "cached", | ||
"version": "4.2.2", | ||
"version": "4.2.3", | ||
"description": "Simple access to a cache", | ||
@@ -5,0 +5,0 @@ "license": "BSD-3-Clause", |
@@ -94,2 +94,3 @@ # cached | ||
Stores all the data in an in-memory object. | ||
*__Caveat:__ `get()` will return a reference to the stored value. Mutating the returned value will affect the value in the cache.* | ||
@@ -96,0 +97,0 @@ #### Example |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34369
205