I believe the put method in ICacheObject needs to be updated from: `put(key: string, value?: any): void;` to something like this: `put<T>(key: string, value?: T): T;` https://docs.angularjs.org/api/ng/type/$cacheFactory.Cache
I believe the put method in ICacheObject needs to be updated from:
put(key: string, value?: any): void;to something like this:
put<T>(key: string, value?: T): T;https://docs.angularjs.org/api/ng/type/$cacheFactory.Cache