Class ValueCacheCollection<K,V>

java.lang.Object
java.util.AbstractCollection<O>
org.infinispan.commands.read.AbstractCloseableIteratorCollection<V,K,V>
org.infinispan.stream.impl.local.ValueCacheCollection<K,V>
Type Parameters:
K - key type of the cache
V - value type of the cache
All Implemented Interfaces:
Iterable<V>, Collection<V>, CacheCollection<V>, org.infinispan.commons.util.CloseableIteratorCollection<V>

public class ValueCacheCollection<K,V> extends AbstractCloseableIteratorCollection<V,K,V> implements CacheCollection<V>
CacheCollection that can be used for the values method of a cache. Backs all the calls to the cacheSet version allowing for key filtering still to be applied.