Uses of Class
org.apache.commons.jcs3.engine.AbstractCacheEventQueue.AbstractCacheEvent
Packages that use AbstractCacheEventQueue.AbstractCacheEvent
Package
Description
Interfaces used by the core and the auxiliary caches.
-
Uses of AbstractCacheEventQueue.AbstractCacheEvent in org.apache.commons.jcs3.engine
Subclasses of AbstractCacheEventQueue.AbstractCacheEvent in org.apache.commons.jcs3.engineModifier and TypeClassDescriptionprotected class
The cache should be disposed when this event is processed.protected class
An element should be put in the cache.protected class
All elements should be removed from the cache when this event is processed.protected class
An element should be removed from the cache.Methods in org.apache.commons.jcs3.engine with parameters of type AbstractCacheEventQueue.AbstractCacheEventModifier and TypeMethodDescriptionprotected abstract void
AbstractCacheEventQueue.put
(AbstractCacheEventQueue<K, V>.AbstractCacheEvent event) Adds an event to the queue.protected void
PooledCacheEventQueue.put
(AbstractCacheEventQueue<K, V>.AbstractCacheEvent event) Adds an event to the queue.