Class 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 Detail

      • 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