|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Cache that wraps an underlying ehcache.CacheEntryListener to the CacheEventListener interfacecacheListener to be used by Ehcache
The interfaces of CacheEntryListener are more fine-grained than the
CacheEntryListener interface - and may only implement one or more of the following
sub-interfaces:
CacheEntryRemovedListener
CacheEntryCreatedListener
CacheEntryUpdatedListener
CacheEntryExpiredListener
When this constructor is called, the cacheListener will be inspected
and based upon which sub-interfaces of CacheEntryListener the cacheListener
implements, listeners on the corresponding EHCache events will be adapted to it.
Ehcache.removeAll() to indicate that the all
elements have been removed from the cache in a bulk operation.
org.jsr107.tck.management.agentId system
property so that the TCK can precisely identify the correct MBeanServer
when running tests.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||