Uses of Interface
org.infinispan.CacheCollection
-
Packages that use CacheCollection Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. -
-
Uses of CacheCollection in org.infinispan
Subinterfaces of CacheCollection in org.infinispan Modifier and Type Interface Description interface
CacheSet<E>
A set that also must implement the variousCacheCollection
methods for streams.Methods in org.infinispan that return CacheCollection Modifier and Type Method Description CacheCollection<V>
Cache. values()
Returns a collection view of the values contained in this cache across the entire cluster.
-