Uses of Interface
org.infinispan.CacheSet
Packages that use CacheSet
Package
Description
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 CacheSetModifier and TypeMethodDescriptionAdvancedCache.cacheEntrySet()
Identical toCache.entrySet()
but is typed to return CacheEntries instead of Entries.Cache.entrySet()
Returns a set view of the mappings contained in this cache and cache loader across the entire cluster.Cache.keySet()
Returns a set view of the keys contained in this cache and cache loader across the entire cluster.