Class MemoryCache<K,T>
- java.lang.Object
-
- io.mosip.kernel.auth.defaultimpl.util.MemoryCache<K,T>
-
- Type Parameters:
K- type of keyT- type of value
public class MemoryCache<K,T> extends Object
Local cache to store admin token- Since:
- 1.0.0
- Author:
- Urvil Joshi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classMemoryCache.CacheObject
-
Constructor Summary
Constructors Constructor Description MemoryCache(int maxItems)
-