Package org.restheart.cache
Interface Cache<K,V>
-
- Type Parameters:
K- the class of the keysV- the class of the values
- All Known Subinterfaces:
LoadingCache<K,V>
- All Known Implementing Classes:
GuavaCache,GuavaLoadingCache
public interface Cache<K,V>- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCache.EXPIRE_POLICY
-