Package org.postgresql.util
Interface LruCache.CreateAction<Key,Value>
-
- Type Parameters:
Value- type of the cache entry
- Enclosing class:
- LruCache<Key,Value extends CanEstimateSize>
public static interface LruCache.CreateAction<Key,Value>When the entry is not present in cache, this create action is used to create one.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Valuecreate(Key key)
-