ehcache

net.sf.ehcache.store
Interface StoreListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
Cache

public interface StoreListener
extends java.util.EventListener

Author:
gkeim

Method Summary
 void clusterCoherent(boolean clusterCoherent)
          Inform of cluster coherence.
 void nodeCoherent(boolean nodeCoherent)
          Inform of node coherence.
 

Method Detail

nodeCoherent

void nodeCoherent(boolean nodeCoherent)
Inform of node coherence.

Parameters:
nodeCoherent -

clusterCoherent

void clusterCoherent(boolean clusterCoherent)
Inform of cluster coherence.

Parameters:
clusterCoherent -

ehcache

true