org.postgresql.util
Interface LruCache.EvictAction<Value>

Type Parameters:
Value - type of the cache entry
Enclosing class:
LruCache<Key,Value extends CanEstimateSize>

public static interface LruCache.EvictAction<Value>

Action that is invoked when the entry is removed from the cache.


Method Summary
 void evict(Value value)
           
 

Method Detail

evict

void evict(Value value)
           throws SQLException
Throws:
SQLException


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