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
-
Method Details
-
onEviction
On eviction- Parameters:
value- The value being evicted
-