mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-18 15:50:22 +00:00
docs($cacheFactory): fix backquotes on method descriptions
This commit is contained in:
parent
b01c28c900
commit
7fa391c979
1 changed files with 4 additions and 4 deletions
|
|
@ -15,10 +15,10 @@
|
|||
*
|
||||
* - `{object}` `info()` — Returns id, size, and options of cache.
|
||||
* - `{void}` `put({string} key, {*} value)` — Puts a new key-value pair into the cache.
|
||||
* - `{{*}} `get({string} key) — Returns cached value for `key` or undefined for cache miss.
|
||||
* - `{void}` `remove({string} key) — Removes a key-value pair from the cache.
|
||||
* - `{void}` `removeAll() — Removes all cached values.
|
||||
* - `{void}` `destroy() — Removes references to this cache from $cacheFactory.
|
||||
* - `{{*}}` `get({string} key)` — Returns cached value for `key` or undefined for cache miss.
|
||||
* - `{void}` `remove({string} key)` — Removes a key-value pair from the cache.
|
||||
* - `{void}` `removeAll()` — Removes all cached values.
|
||||
* - `{void}` `destroy()` — Removes references to this cache from $cacheFactory.
|
||||
*
|
||||
*/
|
||||
function $CacheFactoryProvider() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue