Uses of Interface
org.infinispan.CacheSet
-
Packages that use CacheSet Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. -
-
Uses of CacheSet in org.infinispan
Methods in org.infinispan that return CacheSet Modifier and Type Method Description CacheSet<org.infinispan.container.entries.CacheEntry<K,V>>AdvancedCache. cacheEntrySet()Identical toCache.entrySet()but is typed to return CacheEntries instead of Entries.CacheSet<Map.Entry<K,V>>Cache. entrySet()Returns a set view of the mappings contained in this cache and cache loader across the entire cluster.CacheSet<K>Cache. keySet()Returns a set view of the keys contained in this cache and cache loader across the entire cluster.
-