Uses of Interface
org.apache.commons.jcs3.engine.logging.behavior.ICacheEvent
Packages that use ICacheEvent
Package
Description
Root package for auxiliary caches.
-
Uses of ICacheEvent in org.apache.commons.jcs3.auxiliary
Methods in org.apache.commons.jcs3.auxiliary that return ICacheEventModifier and TypeMethodDescriptionprotected <T> ICacheEvent<T>
AbstractAuxiliaryCache.createICacheEvent
(String regionName, T key, String eventName) Logs an event if an event logger is configured.protected ICacheEvent<K>
AbstractAuxiliaryCache.createICacheEvent
(ICacheElement<K, V> item, String eventName) Logs an event if an event logger is configured.Methods in org.apache.commons.jcs3.auxiliary with parameters of type ICacheEventModifier and TypeMethodDescriptionprotected <T> void
AbstractAuxiliaryCache.logICacheEvent
(ICacheEvent<T> cacheEvent) Logs an event if an event logger is configured. -
Uses of ICacheEvent in org.apache.commons.jcs3.auxiliary.remote.http.server
Methods in org.apache.commons.jcs3.auxiliary.remote.http.server that return ICacheEventModifier and TypeMethodDescriptionprotected <T> ICacheEvent<T>
AbstractRemoteCacheService.createICacheEvent
(String cacheName, T key, long requesterId, String eventName) Logs an event if an event logger is configured.protected ICacheEvent<ICacheElement<K,
V>> AbstractRemoteCacheService.createICacheEvent
(ICacheElement<K, V> item, long requesterId, String eventName) Logs an event if an event logger is configured.Methods in org.apache.commons.jcs3.auxiliary.remote.http.server with parameters of type ICacheEventModifier and TypeMethodDescriptionprotected <T> void
AbstractRemoteCacheService.logICacheEvent
(ICacheEvent<T> cacheEvent) Logs an event if an event logger is configured. -
Uses of ICacheEvent in org.apache.commons.jcs3.auxiliary.remote.server
Methods in org.apache.commons.jcs3.auxiliary.remote.server with parameters of type ICacheEventModifier and TypeMethodDescriptionprotected <T> void
RemoteCacheServer.logICacheEvent
(ICacheEvent<T> cacheEvent) Logs an event if an event logger is configured. -
Uses of ICacheEvent in org.apache.commons.jcs3.engine.logging
Classes in org.apache.commons.jcs3.engine.logging that implement ICacheEventModifier and TypeClassDescriptionclass
CacheEvent<K>
It's returned from create and passed into log.Methods in org.apache.commons.jcs3.engine.logging that return ICacheEventModifier and TypeMethodDescription<T> ICacheEvent<T>
CacheEventLoggerDebugLogger.createICacheEvent
(String source, String region, String eventName, String optionalDetails, T key) Methods in org.apache.commons.jcs3.engine.logging with parameters of type ICacheEventModifier and TypeMethodDescription<T> void
CacheEventLoggerDebugLogger.logICacheEvent
(ICacheEvent<T> event) -
Uses of ICacheEvent in org.apache.commons.jcs3.engine.logging.behavior
Methods in org.apache.commons.jcs3.engine.logging.behavior that return ICacheEventModifier and TypeMethodDescription<T> ICacheEvent<T>
ICacheEventLogger.createICacheEvent
(String source, String region, String eventName, String optionalDetails, T key) Creates an event.Methods in org.apache.commons.jcs3.engine.logging.behavior with parameters of type ICacheEventModifier and TypeMethodDescription<T> void
ICacheEventLogger.logICacheEvent
(ICacheEvent<T> event) Logs an event.