memory-cache-node
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "memory-cache-node", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Fast, modern and event loop non-blocking memory cache for Node.js and browse", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -116,3 +116,4 @@ # memory-cache-node | ||
It clears the memory cache and also removes the timer for checking expired items. | ||
**NOTE! You should NEVER use a destroyed cache again!** | ||
**NOTE! You should NEVER use a destroyed cache again!** | ||
If you try to use a destroyed memory cache, an exception will be thrown. | ||
You should destroy your memory cache if it is not used in your application anymore. | ||
@@ -119,0 +120,0 @@ |
50251
160