Uses of Class
net.sf.ehcache.event.NotificationScope
-
Packages that use NotificationScope 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. -
-
Uses of NotificationScope in net.sf.ehcache.config
Methods in net.sf.ehcache.config that return NotificationScope Modifier and Type Method Description NotificationScopeCacheConfiguration.CacheEventListenerFactoryConfiguration. getListenFor()Get the value mode in terms of the mode enum -
Uses of NotificationScope in net.sf.ehcache.event
Methods in net.sf.ehcache.event that return NotificationScope Modifier and Type Method Description static NotificationScopeNotificationScope. valueOf(java.lang.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.Methods in net.sf.ehcache.event with parameters of type NotificationScope Modifier and Type Method Description booleanRegisteredEventListeners. registerListener(CacheEventListener cacheEventListener, NotificationScope scope)Adds a listener to the notification service.
-