mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-02 09:00:34 +08:00
9 lines
315 B
Plaintext
9 lines
315 B
Plaintext
@ngdoc error
|
|
@name $cacheFactory:iid
|
|
@fullName Invalid ID
|
|
@description
|
|
|
|
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`.
|