Uses of Interface
org.apache.commons.jcs3.auxiliary.lateral.behavior.ILateralCacheAttributes
Packages that use ILateralCacheAttributes
Package
Description
Root package for the lateral cache family.
-
Uses of ILateralCacheAttributes in org.apache.commons.jcs3.auxiliary.lateral
Classes in org.apache.commons.jcs3.auxiliary.lateral that implement ILateralCacheAttributesModifier and TypeClassDescriptionclass
This class stores attributes for all of the available lateral cache auxiliaries.Methods in org.apache.commons.jcs3.auxiliary.lateral that return ILateralCacheAttributesModifier and TypeMethodDescriptionLateralCache.getAuxiliaryCacheAttributes()
LateralCacheNoWait.getAuxiliaryCacheAttributes()
LateralCacheNoWaitFacade.getAuxiliaryCacheAttributes()
Constructors in org.apache.commons.jcs3.auxiliary.lateral with parameters of type ILateralCacheAttributesModifierConstructorDescriptionDeprecated.Causes NPELateralCache
(ILateralCacheAttributes cattr, ICacheServiceNonLocal<K, V> lateral, LateralCacheMonitor monitor) Constructor for the LateralCache objectLateralCacheNoWaitFacade
(ILateralCacheListener<K, V> listener, List<LateralCacheNoWait<K, V>> noWaits, ILateralCacheAttributes cattr) Constructs with the given lateral cache, and fires events to any listeners.LateralCacheNoWaitFacade
(ILateralCacheListener<K, V> listener, LateralCacheNoWait<K, V>[] noWaits, ILateralCacheAttributes cattr) Deprecated.Use list constructor -
Uses of ILateralCacheAttributes in org.apache.commons.jcs3.auxiliary.lateral.socket.tcp
Classes in org.apache.commons.jcs3.auxiliary.lateral.socket.tcp that implement ILateralCacheAttributesModifier and TypeClassDescriptionclass
This interface defines functions that are particular to the TCP Lateral Cache plugin. -
Uses of ILateralCacheAttributes in org.apache.commons.jcs3.auxiliary.lateral.socket.tcp.behavior
Subinterfaces of ILateralCacheAttributes in org.apache.commons.jcs3.auxiliary.lateral.socket.tcp.behaviorModifier and TypeInterfaceDescriptioninterface
This interface defines functions that are particular to the TCP Lateral Cache plugin.