File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 *
1616 * - `{object}` `info()` — Returns id, size, and options of cache.
1717 * - `{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.
2222 *
2323 */
2424function $CacheFactoryProvider ( ) {
You can’t perform that action at this time.
0 commit comments