mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs(error): improve the cacheFactory/iid.ngdoc
This commit is contained in:
parent
58c0415a53
commit
a7ae292e39
1 changed files with 3 additions and 2 deletions
|
|
@ -3,5 +3,6 @@
|
|||
@fullName Invalid ID
|
||||
@description
|
||||
|
||||
This error occurs when trying to create a new `cacheFactory` object with a
|
||||
specified cache ID, but the cache ID is already taken.
|
||||
This error occurs when trying to create a new `cache` object via {@link api/ng.$cacheFactory} with an ID that was already used to create another cache object.
|
||||
|
||||
To resolve the error please use a different cache ID when calling `$cacheFactory`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue