Class AbstractDelegatingKeyCacheSet<K,​V>

  • Type Parameters:
    K - key type of the cache
    V - value type of the cache
    All Implemented Interfaces:
    Iterable<K>, Collection<K>, Set<K>, CacheCollection<K>, CacheSet<K>, org.infinispan.commons.util.CloseableIteratorCollection<K>, org.infinispan.commons.util.CloseableIteratorSet<K>

    public abstract class AbstractDelegatingKeyCacheSet<K,​V>
    extends AbstractDelegatingCacheSet<K>
    Abstract cache key set that delegates to the underlying cache for stream usage