Class SecureCacheImpl<K,V>

All Implemented Interfaces:
ConcurrentMap<K,V>, Map<K,V>, AdvancedCache<K,V>, Cache<K,V>, InternalCache<K,V>, org.infinispan.commons.api.AsyncCache<K,V>, org.infinispan.commons.api.BasicCache<K,V>, org.infinispan.commons.api.BatchingCache, org.infinispan.commons.api.Lifecycle, org.infinispan.commons.api.TransactionalCache, FilteringListenable<K,V>, Listenable, SecureCache<K,V>

public final class SecureCacheImpl<K,V> extends AbstractDelegatingAdvancedCache<K,V> implements SecureCache<K,V>, InternalCache<K,V>
SecureCacheImpl.
Since:
7.0
Author:
Tristan Tarrant