Uses of Class
org.jgroups.blocks.Cache
Packages that use Cache
Package
Description
Provides building blocks that are layered on top of channels.
-
Uses of Cache in org.jgroups.blocks
Fields in org.jgroups.blocks declared as CacheModifier and TypeFieldDescriptionReplCache.l1_cacheThe local bounded cache, to speed up access to frequently accessed entries.private Cache<K, ReplCache.Value<V>> ReplCache.l2_cacheThe cache in which all entries are located.Methods in org.jgroups.blocks that return CacheMethods in org.jgroups.blocks with parameters of type CacheModifier and TypeMethodDescriptionvoidReplCache.setL1Cache(Cache<K, V> cache) voidReplCache.setL2Cache(Cache<K, ReplCache.Value<V>> cache)