Uses of Interface
org.postgresql.util.LruCache.CreateAction
Packages that use LruCache.CreateAction
-
Uses of LruCache.CreateAction in org.postgresql.core
Classes in org.postgresql.core that implement LruCache.CreateActionModifier and TypeClassDescription(package private) class
Creates an instance ofCachedQuery
for a given connection. -
Uses of LruCache.CreateAction in org.postgresql.util
Fields in org.postgresql.util declared as LruCache.CreateActionModifier and TypeFieldDescriptionprivate final LruCache.CreateAction<Key,
Value> LruCache.createAction
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)