Package org.jboss.jca.adapters.jdbc.util
Interface CacheListener<V>
-
- Type Parameters:
V- The value
- All Known Implementing Classes:
PreparedStatementCache
public interface CacheListener<V>A cache listener- Author:
- Jesper Pedersen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonEviction(V value)On eviction
-
-
-
Method Detail
-
onEviction
void onEviction(V value)
On eviction- Parameters:
value- The value being evicted
-
-