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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: docs/content/error/cacheFactory/iid.ngdoc
+3-2
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