blob: 838ff75ea5e1872d73a907c4ba90395a404f7352 (
plain)
| 1
2
3
4
5
6
7
8
 | @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`.
 |