Uses of Enum
org.apache.commons.jcs3.engine.control.event.behavior.ElementEventType
Packages that use ElementEventType
Package
Description
The primary cache classes and the hub.
-
Uses of ElementEventType in org.apache.commons.jcs3.engine.control
Methods in org.apache.commons.jcs3.engine.control with parameters of type ElementEventTypeModifier and TypeMethodDescriptionvoid
CompositeCache.handleElementEvent
(ICacheElement<K, V> element, ElementEventType eventType) If there are event handlers for the item, then create an event and queue it up.boolean
CompositeCache.isExpired
(ICacheElement<K, V> element, long timestamp, ElementEventType eventMaxlife, ElementEventType eventIdle) Check if the element is expired based on the values of the element attributes -
Uses of ElementEventType in org.apache.commons.jcs3.engine.control.event
Methods in org.apache.commons.jcs3.engine.control.event that return ElementEventTypeModifier and TypeMethodDescriptionElementEvent.getElementEvent()
Gets the elementEvent attribute of the ElementEvent objectConstructors in org.apache.commons.jcs3.engine.control.event with parameters of type ElementEventTypeModifierConstructorDescriptionElementEvent
(T source, ElementEventType elementEvent) Constructor for the ElementEvent object -
Uses of ElementEventType in org.apache.commons.jcs3.engine.control.event.behavior
Methods in org.apache.commons.jcs3.engine.control.event.behavior that return ElementEventTypeModifier and TypeMethodDescriptionIElementEvent.getElementEvent()
Gets the elementEvent attribute of the IElementEvent object.static ElementEventType
Returns the enum constant of this type with the specified name.static ElementEventType[]
ElementEventType.values()
Returns an array containing the constants of this enum type, in the order they are declared.