CacheFactory icon indicating copy to clipboard operation
CacheFactory copied to clipboard

Does CacheFactory Supports Angular 1?

Open salaiviswatech opened this issue 7 years ago • 1 comments

Does CacheFactory supports AngularJS application as well? I am using both AngularJS and Angular2+ in my project. Does this library will give leverage so that if I load data in cache by angular 2, will it be able to use it in angular 1 also?

salaiviswatech avatar Jun 07 '18 06:06 salaiviswatech

This library has nothing to do with angular of any version (including angularjs). It is a generic javascript caching solution. There exists a project called $cacheFactory for angularjs but this project is not it.

You can share data between angular, angularjs, react, global functions on the window object, or whatever else you want; but it will be up to you to manage the sharing of the cache objects.

That said this project looks dead so you might want something else regardless.

bdirito avatar Dec 03 '20 19:12 bdirito