Interface CacheNotifier<K,V>

All Superinterfaces:
ClassLoaderAwareFilteringListenable<K,V>, ClassLoaderAwareListenable, DataConversionAwareListenable<K,V>, FilteringListenable<K,V>, Listenable
All Known Subinterfaces:
ClusterCacheNotifier<K,V>
All Known Implementing Classes:
CacheNotifierImpl

public interface CacheNotifier<K,V> extends DataConversionAwareListenable<K,V>, ClassLoaderAwareListenable
Public interface with all allowed notifications.
Since:
4.0
Author:
Mircea.Markus@jboss.com