You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/error/cacheFactory/iid.ngdoc
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,5 +3,6 @@
3
3
@fullName Invalid ID
4
4
@description
5
5
6
-
This error occurs when trying to create a new `cacheFactory` object with a
7
-
specified cache ID, but the cache ID is already taken.
6
+
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.
7
+
8
+
To resolve the error please use a different cache ID when calling `$cacheFactory`.
0 commit comments