Uses of Class
com.oracle.coherence.cdi.AbstractCacheInterceptor
-
Packages that use AbstractCacheInterceptor Package Description com.oracle.coherence.cdi Coherence CDI provides support for CDI (Contexts and Dependency Injection) within Coherence cluster members. -
-
Uses of AbstractCacheInterceptor in com.oracle.coherence.cdi
Subclasses of AbstractCacheInterceptor in com.oracle.coherence.cdi Modifier and Type Class Description class
CacheAddInterceptor
A CDI interceptor that always invokes target method and then caches invocation result before returning it.class
CacheGetInterceptor
A CDI interceptor that returns cached value if present; otherwise it returns and caches result of target method invocation.class
CachePutInterceptor
A CDI interceptor that stores parameter value in the Coherence cache.class
CacheRemoveInterceptor
A CDI interceptor that removes value from the cache and invokes target method.
-