org.infinispan.notifications.cachelistener.annotation
Annotation Type CacheEntryEvicted


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface CacheEntryEvicted

This annotation should be used on methods that need to be notified when a cache entry is evicted.

Methods annotated with this annotation should be public and take in a single parameter, a CacheEntryEvictedEvent otherwise an IncorrectListenerException will be thrown when registering your cache listener.

Since:
4.0
Author:
Manik Surtani
See Also:
Listener, CacheEntryLoaded


Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.