Class CacheWatchRepairable

java.lang.Object
org.apache.commons.jcs3.engine.CacheWatchRepairable
All Implemented Interfaces:
Remote, ICacheObserver

public class CacheWatchRepairable extends Object implements ICacheObserver
Intercepts the requests to the underlying ICacheObserver object so that the listeners can be recorded locally for remote connection recovery purposes. (Durable subscription like those in JMS is not implemented at this stage for it can be too expensive.)