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:
GuavaLoadingCache
public interface LoadingCache<K,V> extends Cache<K,V>
- 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<V>getLoading(K key)
-