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