cache-for-res
Advanced tools
+1
-1
| { | ||
| "name": "cache-for-res", | ||
| "version": "1.0.1", | ||
| "version": "1.0.2", | ||
| "description": "cache for res", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
+4
-4
| # res-cash for xhr web cache | ||
| ### res-cash install | ||
| ```bash | ||
| npm install res-cache --save | ||
| npm install cache-for-res --save | ||
| ``` | ||
@@ -9,6 +9,6 @@ ### res-cash for ES6 | ||
| import againcache from 'againcache' | ||
| import ResCache from 'cache-for-res' | ||
| const cacheAgain = new againcache() | ||
| console.log(cacheAgain) | ||
| const cacheList = new ResCache() | ||
| console.log(cacheList) | ||
@@ -15,0 +15,0 @@ ``` |
167326
0