Package org.restheart.cache
Interface LoadingCache<K,V>
- Type Parameters:
K- the class of the keysV- the class of the values
- All Superinterfaces:
Cache<K,V>
- All Known Implementing Classes:
CaffeineLoadingCache,HashMapLoadingCache
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.restheart.cache.Cache
Cache.EXPIRE_POLICY -
Method Summary
Methods inherited from interface org.restheart.cache.Cache
asMap, cleanUp, get, invalidate, invalidateAll, put, remove
-
Method Details
-
getLoading
-