Package org.infinispan.cdi.interceptor

This package provides the partial support of JCACHE (JSR-107).

See:
          Description

Interface Summary
CacheResolver This is the cache resolver contract used by interceptors to resolve a cache in function of it's name and the annotated method.
 

Class Summary
CacheRemoveAllInterceptor Implementation class of the CacheRemoveAll interceptor.
CacheRemoveEntryInterceptor Implementation class of the CacheRemoveEntry interceptor.This interceptor uses the following algorithm describes in JSR-107.
CacheResultInterceptor Implementation class of the CacheResult interceptor.
DefaultCacheKey This is the default cache key implementation.
DefaultCacheKeyGenerator This is the default cache key generator implementation.
DefaultCacheResolver This is the default cache resolver implementation.
 

Package org.infinispan.cdi.interceptor Description

This package provides the partial support of JCACHE (JSR-107). It contains the JCACHE interceptor implementations. For further details see Chapter 8 of the JCACHE specification.


-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.