Uses of Class
org.jgroups.blocks.Cache
-
Packages that use Cache Package Description org.jgroups.blocks Provides building blocks that are layered on top of channels. -
-
Uses of Cache in org.jgroups.blocks
Methods in org.jgroups.blocks that return Cache Modifier and Type Method Description Cache<K,V>
PartitionedHashMap. getL1Cache()
Cache<K,V>
ReplCache. getL1Cache()
Cache<K,V>
PartitionedHashMap. getL2Cache()
Cache<K,ReplCache.Value<V>>
ReplCache. getL2Cache()
Methods in org.jgroups.blocks with parameters of type Cache Modifier and Type Method Description void
PartitionedHashMap. setL1Cache(Cache<K,V> cache)
void
ReplCache. setL1Cache(Cache<K,V> cache)
void
PartitionedHashMap. setL2Cache(Cache<K,V> cache)
void
ReplCache. setL2Cache(Cache<K,ReplCache.Value<V>> cache)
-