Package | Description |
---|---|
javax.cache.configuration |
This package contains configuration classes and interfaces.
|
javax.cache.event |
This package contains event listener interfaces.
|
Class | Description |
---|---|
CacheEntryEventFilter |
A function that may be used to check
CacheEntryEvent s prior to being
dispatched to CacheEntryListener s. |
CacheEntryListener |
A tagging interface for cache entry listeners.
|
Class | Description |
---|---|
CacheEntryEvent |
A Cache entry event base class.
|
CacheEntryListener |
A tagging interface for cache entry listeners.
|
CacheEntryListenerException |
An exception to indicate a problem has occurred with a listener.
|
EventType |
The type of event received by the listener.
|
Copyright © 2017. All rights reserved.