Does CacheFactory Supports Angular 1?
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?
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.