Package | Description |
---|---|
org.postgresql.util |
Modifier and Type | Field and Description |
---|---|
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) |
Copyright © 2018 PostgreSQL Global Development Group. All rights reserved.