Uses of Interface
org.postgresql.util.LruCache.EvictAction
Packages that use LruCache.EvictAction
-
Uses of LruCache.EvictAction in org.postgresql.util
Fields in org.postgresql.util declared as LruCache.EvictActionModifier and TypeFieldDescriptionstatic final LruCache.EvictAction
LruCache.NOOP_EVICT_ACTION
private final LruCache.EvictAction<Value>
LruCache.onEvict
Constructors in org.postgresql.util with parameters of type LruCache.EvictActionModifierConstructorDescriptionLruCache
(int maxSizeEntries, long maxSizeBytes, boolean accessOrder, LruCache.CreateAction<Key, Value> createAction, LruCache.EvictAction<Value> onEvict)