org.ehcache.spi.cache
Interface ConfigurationChangeSupport

All Known Subinterfaces:
AuthoritativeTier<K,V>, CachingTier<K,V>, LowerCachingTier<K,V>, Store<K,V>
All Known Implementing Classes:
AbstractOffHeapStore, CacheStore, CompoundCachingTier, OffHeapDiskStore, OffHeapStore, OnHeapStore, XAStore

public interface ConfigurationChangeSupport

The interface to listen to change in configuration at runtime


Method Summary
 java.util.List<CacheConfigurationChangeListener> getConfigurationChangeListeners()
          get the List CacheConfigurationChangeListener defined in the Store
 

Method Detail

getConfigurationChangeListeners

java.util.List<CacheConfigurationChangeListener> getConfigurationChangeListeners()
get the List CacheConfigurationChangeListener defined in the Store

Returns:
a list of CacheConfigurationChangeListener