Class ComponentCacheWrapper<K extends Serializable,​V extends Serializable>

  • 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.