Class ZombieCacheServiceNonLocal<K,V>

java.lang.Object
org.apache.commons.jcs3.engine.ZombieCacheService<K,V>
org.apache.commons.jcs3.engine.ZombieCacheServiceNonLocal<K,V>
All Implemented Interfaces:
Remote, ICacheService<K,V>, ICacheServiceNonLocal<K,V>, IZombie

public class ZombieCacheServiceNonLocal<K,V> extends ZombieCacheService<K,V> implements ICacheServiceNonLocal<K,V>
Zombie adapter for the non local cache services. It just balks if there is no queue configured.

If a queue is configured, then events will be added to the queue. The idea is that when proper operation is restored, the non local cache will walk the queue. The queue must be bounded so it does not eat memory.

This originated in the remote cache.