Interface Cache<K,V>
-
- All Known Implementing Classes:
CloneBackedCache,PersistenceCache,PersistenceNotationToResolvedCache,PersistenceResolvedToDependenciesCache
public interface Cache<K,V>
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_LRU_CAPACITY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vget(K key, java.util.function.Function<K,V> constructor)
-
-
-
Field Detail
-
DEFAULT_LRU_CAPACITY
static final int DEFAULT_LRU_CAPACITY
- See Also:
- Constant Field Values
-
-