File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
*
16
16
* - `{object}` `info()` — Returns id, size, and options of cache.
17
17
* - `{void}` `put({string} key, {*} value)` — Puts a new key-value pair into the cache.
18
- * - `{{*}} `get({string} key) — Returns cached value for `key` or undefined for cache miss.
19
- * - `{void}` `remove({string} key) — Removes a key-value pair from the cache.
20
- * - `{void}` `removeAll() — Removes all cached values.
21
- * - `{void}` `destroy() — Removes references to this cache from $cacheFactory.
18
+ * - `{{*}}` `get({string} key)` — Returns cached value for `key` or undefined for cache miss.
19
+ * - `{void}` `remove({string} key)` — Removes a key-value pair from the cache.
20
+ * - `{void}` `removeAll()` — Removes all cached values.
21
+ * - `{void}` `destroy()` — Removes references to this cache from $cacheFactory.
22
22
*
23
23
*/
24
24
function $CacheFactoryProvider ( ) {
You can’t perform that action at this time.
0 commit comments