com.opensymphony.oscache.base.events
Interface CacheMapAccessEventListener
- All Superinterfaces:
- CacheEventListener, EventListener
- All Known Implementing Classes:
- CacheMapAccessEventListenerImpl, StatisticListenerImpl
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: 254 $
- Author:
- Francois Beauregard
accessed
void accessed(CacheMapAccessEvent event)
- Event fired when an entry is accessed.
Use getEventType to differentiate between access events.
Copyright © 2011 OpenSymphony. All Rights Reserved.