Interface SecureCache<K,​V>

  • All Superinterfaces:
    AdvancedCache<K,​V>, org.infinispan.commons.api.AsyncCache<K,​V>, org.infinispan.commons.api.BasicCache<K,​V>, org.infinispan.commons.api.BatchingCache, Cache<K,​V>, ConcurrentMap<K,​V>, FilteringListenable<K,​V>, org.infinispan.commons.api.Lifecycle, Listenable, Map<K,​V>, org.infinispan.commons.api.TransactionalCache
    All Known Implementing Classes:
    SecureCacheImpl

    public interface SecureCache<K,​V>
    extends AdvancedCache<K,​V>
    SecureCache.
    Since:
    7.0
    Author:
    Tristan Tarrant