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