Interface SecureCache<K,V>

All Superinterfaces:
AdvancedCache<K,V>, AsyncCache<K,V>, BasicCache<K,V>, BatchingCache, Cache<K,V>, ConcurrentMap<K,V>, FilteringListenable<K,V>, Lifecycle, Listenable, Map<K,V>, TransactionalCache
All Known Implementing Classes:
SecureCacheImpl

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