Class AbstractCachePutInterceptor

    • Constructor Detail

      • AbstractCachePutInterceptor

        public AbstractCachePutInterceptor​(javax.cache.annotation.CacheResolver cacheResolver,
                                           CacheKeyInvocationContextFactory contextFactory)
    • Method Detail

      • cachePut

        public Object cachePut​(javax.interceptor.InvocationContext invocationContext)
                        throws Exception
        Throws:
        Exception
      • getLog

        protected abstract org.infinispan.jcache.logging.Log getLog()