Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
Modifier and Type | Method and Description |
---|---|
CacheSet<CacheEntry<K,V>> |
AdvancedCache.cacheEntrySet()
Identical to
Cache.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.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.