Package | Description |
---|---|
net.sf.ehcache.config |
This package contains the cache configuration code.
|
net.sf.ehcache.event |
This package contains interfaces and classes for listening to events.
|
Modifier and Type | Method and Description |
---|---|
NotificationScope |
CacheConfiguration.CacheEventListenerFactoryConfiguration.getListenFor()
Get the value mode in terms of the mode enum
|
Modifier and Type | Method and Description |
---|---|
static NotificationScope |
NotificationScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationScope[] |
NotificationScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RegisteredEventListeners.registerListener(CacheEventListener cacheEventListener,
NotificationScope scope)
Adds a listener to the notification service.
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.