Uses of Interface
org.postgresql.util.LruCache.CreateAction

Packages that use LruCache.CreateAction
org.postgresql.util   
 

Uses of LruCache.CreateAction in org.postgresql.util
 

Constructors in org.postgresql.util with parameters of type LruCache.CreateAction
LruCache(int maxSizeEntries, long maxSizeBytes, LruCache.CreateAction<Key,Value> createAction, LruCache.EvictAction<Value> onEvict)
           
 



Copyright © 2016 PostgreSQL Global Development Group. All rights reserved.