|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface CacheEntryRemoved
This annotation should be used on methods that need to be notified when a cache entry is removed from the cache.
Methods annotated with this annotation should accept a single parameter, aCacheEntryRemovedEvent otherwise a IncorrectListenerException will be thrown when registering your listener.
Locking: notification is performed WITH locks on the given key.
Listener
|
Google Analytics | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||