* @ngdoc object * @name ng.$cacheFactory * * @description * Factory that constructs cache objects and gives access to them. * * * * var cache = $cacheFactory('cacheId'); * expect($cacheFactory.get('cacheId')).toBe(cache); * expect($cacheFactory.get('noSuchCacheId')).not.toBeDefi
()
source not stored for this graph (policy: none)