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