|
ehcache | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegisteredEventListeners | |
net.sf.ehcache | This package contains the public API for using ehcache. |
net.sf.ehcache.config | This package contains the cache configuration code. |
Uses of RegisteredEventListeners in net.sf.ehcache |
Methods in net.sf.ehcache that return RegisteredEventListeners | |
RegisteredEventListeners |
Cache.getCacheEventNotificationService()
Use this to access the service in order to register and unregister listeners |
Constructors in net.sf.ehcache with parameters of type RegisteredEventListeners | |
Cache(java.lang.String name,
int maxElementsInMemory,
MemoryStoreEvictionPolicy memoryStoreEvictionPolicy,
boolean overflowToDisk,
java.lang.String diskStorePath,
boolean eternal,
long timeToLiveSeconds,
long timeToIdleSeconds,
boolean diskPersistent,
long diskExpiryThreadIntervalSeconds,
RegisteredEventListeners registeredEventListeners)
1.2 Constructor The ConfigurationFactory and clients can create these. |
Uses of RegisteredEventListeners in net.sf.ehcache.config |
Methods in net.sf.ehcache.config with parameters of type RegisteredEventListeners | |
protected static void |
ConfigurationHelper.registerCacheListeners(CacheConfiguration cacheConfiguration,
RegisteredEventListeners registeredEventListeners)
A factory method to create a RegisteredEventListeners |
|
ehcache | ||||||||||
PREV NEXT | FRAMES NO FRAMES |