Class CacheLookupUtil

java.lang.Object
org.jsr107.ri.annotations.AbstractCacheLookupUtil<MethodInvocation>
org.apache.tapestry5.jcache.internal.CacheLookupUtil
All Implemented Interfaces:
org.jsr107.ri.annotations.CacheContextSource<MethodInvocation>

@Singleton public class CacheLookupUtil extends org.jsr107.ri.annotations.AbstractCacheLookupUtil<MethodInvocation>
Adapted to Tapestry-IoC from the Guice implementation in the reference implementation.
  • Constructor Details

    • CacheLookupUtil

      public CacheLookupUtil(ObjectLocator objectLocator, javax.cache.annotation.CacheKeyGenerator defaultCacheKeyGenerator, javax.cache.annotation.CacheResolverFactory defaultCacheResolverFactory)
      Single constructor of this class.
      Parameters:
      defaultCacheKeyGenerator - the default CacheKeyGenerator
      defaultCacheResolverFactory - the default CacheResolverFactory
  • Method Details