Uses of Interface
org.postgresql.util.LruCache.CreateAction
Packages that use LruCache.CreateAction
-
Uses of LruCache.CreateAction in org.postgresql.util
Constructors in org.postgresql.util with parameters of type LruCache.CreateActionModifierConstructorDescriptionLruCache
(int maxSizeEntries, long maxSizeBytes, boolean accessOrder, LruCache.CreateAction<Key, Value> createAction, LruCache.EvictAction<Value> onEvict)