Package | Description |
---|---|
org.postgresql.core | |
org.postgresql.util |
Modifier and Type | Class and Description |
---|---|
(package private) class |
CachedQueryCreateAction
Creates an instance of
CachedQuery for a given connection. |
Modifier and Type | Field and Description |
---|---|
private LruCache.CreateAction<Key,Value> |
LruCache.createAction |
static LruCache.CreateAction |
LruCache.NOOP_CREATE_ACTION |
Constructor and Description |
---|
LruCache(int maxSizeEntries,
long maxSizeBytes,
boolean accessOrder,
LruCache.CreateAction<Key,Value> createAction,
LruCache.EvictAction<Value> onEvict) |