| Package | Description |
|---|---|
| javax.cache |
This package contains the API for JCache.
|
| javax.cache.event |
This package contains event listener interfaces.
|
| Class and Description |
|---|
| CacheEntryEventFilter
A filter which may be used to check
CacheEntryEvents prior to being
dispatched to CacheEntryListeners. |
| CacheEntryListener
Tagging interface for cache entry listeners.
|
| CacheEntryListenerRegistration
Defines the runtime semantics of a
CacheEntryListener. |
| CompletionListener
A CompletionListener is implemented by an application when it needs to be
notified of the completion of some Cache operation.
|
| Class and Description |
|---|
| CacheEntryEvent
A Cache event base class
|
| CacheEntryEventFilter
A filter which may be used to check
CacheEntryEvents prior to being
dispatched to CacheEntryListeners. |
| CacheEntryListener
Tagging interface for cache entry listeners.
|
| CacheEntryListenerException
An exception to indicate a problem has occurred with a listener.
|
| CompletionListener
A CompletionListener is implemented by an application when it needs to be
notified of the completion of some Cache operation.
|
Copyright © 2013. All Rights Reserved.