Uses of Interface
org.postgresql.util.LruCache.EvictAction
Packages that use LruCache.EvictAction
-
Uses of LruCache.EvictAction in org.postgresql.util
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)