ehcache

Uses of Package
net.sf.ehcache.event

Packages that use net.sf.ehcache.event
net.sf.ehcache This package contains the public API for using ehcache. 
net.sf.ehcache.config This package contains the cache configuration code. 
net.sf.ehcache.constructs The constructs package builds on top of the core ehcache classes to create implementations for common caching patterns. 
net.sf.ehcache.constructs.classloader ClassLoader contstructs package 
net.sf.ehcache.distribution This package is for cache replication. 
net.sf.ehcache.event This package contains interfaces and classes for listening to events. 
net.sf.ehcache.hibernate.management.impl This package contains JMX related classes for Hibernate and ehcache statistics 
net.sf.ehcache.management This package contains JMX MBeans and implementations for management of ehcache. 
net.sf.ehcache.management.sampled This package contains classes related to MBeans with Sampled Statistics. 
net.sf.ehcache.store Store package. 
net.sf.ehcache.store.chm CHM package. 
net.sf.ehcache.store.disk This package contains the disk store. 
net.sf.ehcache.terracotta This package contains the Terracotta integration functionalities. 
 

Classes in net.sf.ehcache.event used by net.sf.ehcache
CacheEventListener
          Allows implementers to register callback methods that will be executed when a cache event occurs.
CacheManagerEventListener
          Allows implementers to register callback methods that will be executed when a CacheManager event occurs.
CacheManagerEventListenerRegistry
          Registered listeners for registering and unregistering CacheManagerEventListeners and sending notifications to registrants.
RegisteredEventListeners
          Registered listeners for registering and unregistering CacheEventListeners and multicasting notifications to registrants.
 

Classes in net.sf.ehcache.event used by net.sf.ehcache.config
CacheManagerEventListener
          Allows implementers to register callback methods that will be executed when a CacheManager event occurs.
NotificationScope
          This enumeration defines valid values for event listener notification scope.
 

Classes in net.sf.ehcache.event used by net.sf.ehcache.constructs
RegisteredEventListeners
          Registered listeners for registering and unregistering CacheEventListeners and multicasting notifications to registrants.
 

Classes in net.sf.ehcache.event used by net.sf.ehcache.constructs.classloader
RegisteredEventListeners
          Registered listeners for registering and unregistering CacheEventListeners and multicasting notifications to registrants.
 

Classes in net.sf.ehcache.event used by net.sf.ehcache.distribution
CacheEventListener
          Allows implementers to register callback methods that will be executed when a cache event occurs.
CacheEventListenerFactory
          An abstract factory for creating listeners.
CacheManagerEventListener
          Allows implementers to register callback methods that will be executed when a CacheManager event occurs.
 

Classes in net.sf.ehcache.event used by net.sf.ehcache.event
CacheEventListener
          Allows implementers to register callback methods that will be executed when a cache event occurs.
CacheEventListenerFactory
          An abstract factory for creating listeners.
CacheManagerEventListener
          Allows implementers to register callback methods that will be executed when a CacheManager event occurs.
NotificationScope
          This enumeration defines valid values for event listener notification scope.
RegisteredEventListeners.ElementCreationCallback
          Callback interface for creating elements to pass to registered listeners.
TerracottaCacheEventReplication
          Creates a wrapper for sending out cache events through the Terracotta cluster
 

Classes in net.sf.ehcache.event used by net.sf.ehcache.hibernate.management.impl
CacheManagerEventListener
          Allows implementers to register callback methods that will be executed when a CacheManager event occurs.
 

Classes in net.sf.ehcache.event used by net.sf.ehcache.management
CacheManagerEventListener
          Allows implementers to register callback methods that will be executed when a CacheManager event occurs.
 

Classes in net.sf.ehcache.event used by net.sf.ehcache.management.sampled
CacheManagerEventListener
          Allows implementers to register callback methods that will be executed when a CacheManager event occurs.
 

Classes in net.sf.ehcache.event used by net.sf.ehcache.store
RegisteredEventListeners
          Registered listeners for registering and unregistering CacheEventListeners and multicasting notifications to registrants.
 

Classes in net.sf.ehcache.event used by net.sf.ehcache.store.chm
RegisteredEventListeners
          Registered listeners for registering and unregistering CacheEventListeners and multicasting notifications to registrants.
 

Classes in net.sf.ehcache.event used by net.sf.ehcache.store.disk
RegisteredEventListeners
          Registered listeners for registering and unregistering CacheEventListeners and multicasting notifications to registrants.
 

Classes in net.sf.ehcache.event used by net.sf.ehcache.terracotta
CacheEventListener
          Allows implementers to register callback methods that will be executed when a cache event occurs.
 


ehcache

Copyright 2001-2017, Terracotta, Inc.