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
 void onEviction(V value)
          On eviction
 

Method Detail

onEviction

void onEviction(V value)
On eviction

Parameters:
value - The value being evicted


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)