Class CacheBackedEntrySet<K,V>

java.lang.Object
org.infinispan.cache.impl.AbstractCacheBackedSet<K,V,CacheEntry<K,V>>
org.infinispan.cache.impl.CacheBackedEntrySet<K,V>
All Implemented Interfaces:
Iterable<CacheEntry<K,V>>, Collection<CacheEntry<K,V>>, Set<CacheEntry<K,V>>, CacheCollection<CacheEntry<K,V>>, CacheSet<CacheEntry<K,V>>, CloseableIteratorCollection<CacheEntry<K,V>>, CloseableIteratorSet<CacheEntry<K,V>>

public class CacheBackedEntrySet<K,V> extends AbstractCacheBackedSet<K,V,CacheEntry<K,V>>
Entry set backed by a cache.

Implements CacheSet<CacheEntry<K, V>> but it is also (mis-)used as a CacheSet<Map.Entry<K, V>>. This works because add() and addAll() are not implemented.

Since:
13.0