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