javax.cache.annotation
Annotation Type CacheRemoveEntry
@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
public @interface CacheRemoveEntry
cacheName
public abstract java.lang.String cacheName
- Default:
- ""
afterInvocation
public abstract boolean afterInvocation
- Default:
- true
cacheResolverFactory
public abstract java.lang.Class<? extends CacheResolverFactory> cacheResolverFactory
- Default:
- javax.cache.annotation.CacheResolverFactory.class
cacheKeyGenerator
public abstract java.lang.Class<? extends CacheKeyGenerator> cacheKeyGenerator
- Default:
- javax.cache.annotation.CacheKeyGenerator.class
evictFor
public abstract java.lang.Class<? extends java.lang.Throwable>[] evictFor
- Default:
- {}
noEvictFor
public abstract java.lang.Class<? extends java.lang.Throwable>[] noEvictFor
- Default:
- {}