com.alachisoft.ncache.web.caching
Interface CacheClearedCallback


public interface CacheClearedCallback

Defines a callback method for notifying applications when the Cache is cleared.

 Since this handler is invoked every time the Cache is cleared, doing a lot
 of processing inside the handler might have an impact on the performance of
 the cache and cluster.
 It is therefore advisable to do minimal processing inside the handler.
 


Method Summary
 void cacheCleared()
          Raised when cache is cleared.
 

Method Detail

cacheCleared

void cacheCleared()
Raised when cache is cleared.