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> ReplCache.getL1Cache()
           
 Cache<K,V> PartitionedHashMap.getL1Cache()
           
 Cache<K,ReplCache.Value<V>> ReplCache.getL2Cache()
           
 Cache<K,V> PartitionedHashMap.getL2Cache()
           
 

Methods in org.jgroups.blocks with parameters of type Cache
 void ReplCache.setL1Cache(Cache<K,V> cache)
           
 void PartitionedHashMap.setL1Cache(Cache<K,V> cache)
           
 void ReplCache.setL2Cache(Cache<K,ReplCache.Value<V>> cache)
           
 void PartitionedHashMap.setL2Cache(Cache<K,V> cache)
           
 



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