Product Documentation : Ehcache Developer Guide : Cache Manager Event Listeners : About CacheManager Event Listeners
About CacheManager Event Listeners
CacheManager event listeners allow implementers to register callback methods that will be executed when a CacheManager event occurs. CacheManager listeners implement the CacheManagerEventListener interface. The events include:
*Adding a Cache
*Removing a Cache
Callbacks to these methods are synchronous and unsynchronized. It is the responsibility of the implementer to safely handle the potential performance and thread safety issues depending on what their listener is doing.
Copyright © 2010-2015 Software AG, Darmstadt, Germany.

Product Logo |   Feedback