knowhow-server
Version:
A personal workflow engine that can manage and use any network connected host
12 lines (11 loc) • 916 B
HTML
<a href="http://github.com/angular/angular.js/edit/master/docs/content/error/cacheFactory/iid.ngdoc" class="improve-docs btn btn-primary"><i class="icon-edit"> </i> Improve this doc</a><h1><code ng:non-bindable="">Invalid ID</code>
<div><span class="hint">error in component <code ng:non-bindable="">$cacheFactory</code>
</span>
</div>
</h1>
<div><pre class="minerr-errmsg" error-display="CacheId '{0}' is already taken!">CacheId '{0}' is already taken!</pre>
<h2 id="description">Description</h2>
<div class="description"><div class="-cachefactory-page -cachefactory-iid-page"><p>This error occurs when trying to create a new <code>cache</code> object via <a href="api/ng.$cacheFactory"><code>api/ng.$cacheFactory</code></a> with an ID that was already used to create another cache object.</p>
<p>To resolve the error please use a different cache ID when calling <code>$cacheFactory</code>.</p>
</div></div>
</div>