JavaScript is disabled on your browser.
Skip navigation links
Java API Reference for Oracle® Coherence Community Edition
(23.09)
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
com.oracle.coherence.cdi
Annotation Interface CacheGet
@Target
(
METHOD
)
@Retention
(
RUNTIME
)
public @interface
CacheGet
Get the value from cache if present, invoke the method and cache the result otherwise.
Nested Class Summary
Nested Classes
Modifier and Type
Class
Description
static class
CacheGet.Literal
An annotation literal for the
CacheGet
annotation.