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