Uses of Enum
org.apache.commons.jcs3.auxiliary.lateral.behavior.ILateralCacheAttributes.Type
Packages that use ILateralCacheAttributes.Type
Package
Description
Root package for the lateral cache family.
-
Uses of ILateralCacheAttributes.Type in org.apache.commons.jcs3.auxiliary.lateral
Methods in org.apache.commons.jcs3.auxiliary.lateral that return ILateralCacheAttributes.TypeModifier and TypeMethodDescriptionLateralCacheAttributes.getTransmissionType()
Gets the transmissionType attribute of the LateralCacheAttributes objectMethods in org.apache.commons.jcs3.auxiliary.lateral with parameters of type ILateralCacheAttributes.TypeModifier and TypeMethodDescriptionvoid
LateralCacheAttributes.setTransmissionType
(ILateralCacheAttributes.Type val) Sets the transmissionType attribute of the LateralCacheAttributes object -
Uses of ILateralCacheAttributes.Type in org.apache.commons.jcs3.auxiliary.lateral.behavior
Methods in org.apache.commons.jcs3.auxiliary.lateral.behavior that return ILateralCacheAttributes.TypeModifier and TypeMethodDescriptionILateralCacheAttributes.getTransmissionType()
Gets the transmissionType attribute of the ILateralCacheAttributes objectstatic ILateralCacheAttributes.Type
Returns the enum constant of this type with the specified name.static ILateralCacheAttributes.Type[]
ILateralCacheAttributes.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.jcs3.auxiliary.lateral.behavior with parameters of type ILateralCacheAttributes.TypeModifier and TypeMethodDescriptionvoid
ILateralCacheAttributes.setTransmissionType
(ILateralCacheAttributes.Type val) Sets the transmissionType attribute of the ILateralCacheAttributes object