Uses of Class
com.opensymphony.oscache.base.events.CacheMapAccessEvent

Packages that use CacheMapAccessEvent
com.opensymphony.oscache.base.events Provides the base classes and interfaces that allow pluggable event handlers to be incorporated into OSCache. 
com.opensymphony.oscache.extra Provides some basic event handler implementations that aren't essential to the core OSCache code, but form a useful starting point for basic logging or further development. 
 

Uses of CacheMapAccessEvent in com.opensymphony.oscache.base.events
 

Methods in com.opensymphony.oscache.base.events with parameters of type CacheMapAccessEvent
 void CacheMapAccessEventListener.accessed(CacheMapAccessEvent event)
          Event fired when an entry is accessed.
 

Uses of CacheMapAccessEvent in com.opensymphony.oscache.extra
 

Methods in com.opensymphony.oscache.extra with parameters of type CacheMapAccessEvent
 void CacheMapAccessEventListenerImpl.accessed(CacheMapAccessEvent event)
          This method handles an event each time the cache is accessed
 void StatisticListenerImpl.accessed(CacheMapAccessEvent event)
          This method handles an event each time the cache is accessed.
 



Copyright © 2011 OpenSymphony. All Rights Reserved.