Uses of Class
com.oracle.coherence.cdi.AbstractCacheInterceptor
Packages that use 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
Subclasses of AbstractCacheInterceptor in com.oracle.coherence.cdiModifier and TypeClassDescriptionclassA CDI interceptor that always invokes target method and then caches invocation result before returning it.classA CDI interceptor that returns cached value if present; otherwise it returns and caches result of target method invocation.classA CDI interceptor that stores parameter value in the Coherence cache.classA CDI interceptor that removes value from the cache and invokes target method.