Uses of Interface
org.postgresql.util.LruCache.EvictAction
-
Packages that use LruCache.EvictAction Package Description org.postgresql.util -
-
Uses of LruCache.EvictAction in org.postgresql.util
Fields in org.postgresql.util declared as LruCache.EvictAction Modifier and Type Field Description static LruCache.EvictAction
LruCache. NOOP_EVICT_ACTION
Constructors in org.postgresql.util with parameters of type LruCache.EvictAction Constructor Description LruCache(int maxSizeEntries, long maxSizeBytes, boolean accessOrder, LruCache.CreateAction<Key,Value> createAction, LruCache.EvictAction<Value> onEvict)
-