Class ComponentCacheWrapper<K extends Serializable,V extends Serializable>

java.lang.Object
org.jivesoftware.util.cache.CacheWrapper<K,V>
org.jivesoftware.util.cache.ComponentCacheWrapper<K,V>
All Implemented Interfaces:
Map<K,V>, Cache<K,V>

public class ComponentCacheWrapper<K extends Serializable,V extends Serializable> extends CacheWrapper<K,V>
This specialized wrapper is used for the Components cache, which should not be purged. See OF-114 for more info.