public class CachePutLiteral
extends javax.enterprise.util.AnnotationLiteral<javax.cache.annotation.CachePut>
implements javax.cache.annotation.CachePut
Modifier and Type | Field and Description |
---|---|
static CachePutLiteral |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
boolean |
afterInvocation() |
Class<? extends javax.cache.annotation.CacheKeyGenerator> |
cacheKeyGenerator() |
String |
cacheName() |
Class<? extends javax.cache.annotation.CacheResolverFactory> |
cacheResolverFactory() |
annotationType, equals, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
annotationType, equals, hashCode, toString
public static final CachePutLiteral INSTANCE
public String cacheName()
public boolean afterInvocation()
public Class<? extends javax.cache.annotation.CacheResolverFactory> cacheResolverFactory()
public Class<? extends javax.cache.annotation.CacheKeyGenerator> cacheKeyGenerator()
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.