@Retention(value=RUNTIME) @Target(value=METHOD) public @interface CacheEntryLoaded
CacheLoader.
Methods annotated with this annotation should be public and take in a single parameter, a CacheEntryLoadedEvent otherwise an IncorrectListenerException will be thrown when registering your cache
listener.
Locking: notification is performed WITH locks on the given key.
Any exceptions thrown by the listener will abort the call. Any other listeners not yet called will not be called,
and any transactions in progress will be rolled back.ListenerCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.