Uses of Class
org.jgroups.blocks.Cache

Packages that use Cache
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
 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
 void PartitionedHashMap.setL1Cache(Cache<K,V> cache)
           
 void ReplCache.setL1Cache(Cache<K,V> cache)
           
 void ReplCache.setL2Cache(Cache<K,ReplCache.Value<V>> cache)
           
 void PartitionedHashMap.setL2Cache(Cache<K,V> cache)
           
 



Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.