diff options
| -rw-r--r-- | docs/content/error/cacheFactory/iid.ngdoc | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/docs/content/error/cacheFactory/iid.ngdoc b/docs/content/error/cacheFactory/iid.ngdoc index e3f32166..838ff75e 100644 --- a/docs/content/error/cacheFactory/iid.ngdoc +++ b/docs/content/error/cacheFactory/iid.ngdoc @@ -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.
\ No newline at end of file +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`. | 
