Package com.oracle.coherence.cdi
Annotation Type CacheGet
-
@Target(METHOD) @Retention(RUNTIME) public @interface CacheGet
Get the value from cache if present, invoke the method and cache the result otherwise.
@Target(METHOD) @Retention(RUNTIME) public @interface CacheGet