Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
evict(Value value)
-
-
-
Method Detail
-
evict
void evict(Value value) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
-