com.opensymphony.oscache.base.events
Interface CacheMapAccessEventListener

All Superinterfaces:
CacheEventListener, java.util.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

Method Summary
 void accessed(CacheMapAccessEvent event)
          Event fired when an entry is accessed.
 

Method Detail

accessed

public void accessed(CacheMapAccessEvent event)
Event fired when an entry is accessed. Use getEventType to differentiate between access events.


See www.opensymphony.com for more information.