Package | Description |
---|---|
org.postgresql.util |
Modifier and Type | Field and Description |
---|---|
static LruCache.EvictAction |
LruCache.NOOP_EVICT_ACTION |
private LruCache.EvictAction<Value> |
LruCache.onEvict |
Constructor and Description |
---|
LruCache(int maxSizeEntries,
long maxSizeBytes,
boolean accessOrder,
LruCache.CreateAction<Key,Value> createAction,
LruCache.EvictAction<Value> onEvict) |