|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |