com.opensymphony.oscache.base.events
Interface CacheMapAccessEventListener
- All Superinterfaces:
- CacheEventListener, EventListener
- All Known Implementing Classes:
- CacheMapAccessEventListenerImpl
- public interface CacheMapAccessEventListener
- extends CacheEventListener
This is the interface to listen to cache map access events. The events are
cache hits and misses, and are dispatched through this interface
- Version:
- $Revision: 1.1 $
- Author:
- Francois Beauregard
accessed
public void accessed(CacheMapAccessEvent event)
- Event fired when an entry is accessed.
Use getEventType to differentiate between access events.