org.infinispan.jcache.annotation
Class CacheResultLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<javax.cache.annotation.CacheResult>
      extended by 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

Field Summary
static CacheResultLiteral INSTANCE
           
 
Method Summary
 Class<? extends Throwable>[] cachedExceptions()
           
 Class<? extends javax.cache.annotation.CacheKeyGenerator> cacheKeyGenerator()
           
 String cacheName()
           
 boolean cacheNull()
           
 Class<? extends javax.cache.annotation.CacheResolverFactory> cacheResolverFactory()
           
 String exceptionCacheName()
           
 Class<? extends Throwable>[] nonCachedExceptions()
           
 boolean skipGet()
           
 
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Field Detail

INSTANCE

public static final CacheResultLiteral INSTANCE
Method Detail

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.