-
Type: Clean up
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 9.3
-
Component/s: Cache, TransientStore
-
Tags:
-
Sprint:nxFG 9.3.3
-
Story Points:2
SimpleTransientStore uses InMemoryCacheImpl to store data temporarily but it doesn't really use it as a cache.
However we want to move our Cache API to be a real cache, i.e., with no guarantee of data being retained at all.
So we must decouple that transient store implementation from the Cache APIs and just store the data in-memory using an ad hoc Guava cache.
- is required by
-
NXP-22786 CacheService using local caching with distributed invalidations
- Resolved