org.infinispan.jcache.annotation
Class CacheResultLiteral
java.lang.Object
javax.enterprise.util.AnnotationLiteral<javax.cache.annotation.CacheResult>
org.infinispan.jcache.annotation.CacheResultLiteral
- All Implemented Interfaces:
- Serializable, Annotation, javax.cache.annotation.CacheResult
public class CacheResultLiteral
- extends javax.enterprise.util.AnnotationLiteral<javax.cache.annotation.CacheResult>
- implements javax.cache.annotation.CacheResult
- Author:
- Kevin Pollet (C) 2011 SERLI, Galder ZamarreƱo
- See Also:
- Serialized Form
Methods inherited from class javax.enterprise.util.AnnotationLiteral |
annotationType, equals, hashCode, toString |
INSTANCE
public static final CacheResultLiteral INSTANCE
cacheName
public String cacheName()
skipGet
public boolean skipGet()
cacheNull
public boolean cacheNull()
cacheResolverFactory
public Class<? extends javax.cache.annotation.CacheResolverFactory> cacheResolverFactory()
cacheKeyGenerator
public Class<? extends javax.cache.annotation.CacheKeyGenerator> cacheKeyGenerator()
exceptionCacheName
public String exceptionCacheName()
cachedExceptions
public Class<? extends Throwable>[] cachedExceptions()
nonCachedExceptions
public Class<? extends Throwable>[] nonCachedExceptions()
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.