JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Module
com.erudika.para.core
Package
com.erudika.para.core.annotations
Annotation Interface Cached
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public @interface
Cached
Annotation that marks methods that can modify the cache. Mainly used for weaving through AOP.
Author:
Alex Bogdanovski [
[email protected]
]
Nested Class Summary
Nested Classes
Modifier and Type
Class
Description
static enum
Cached.Action
The type of cache operation.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
Cached.Action
action
Element Details
action
Cached.Action
action
Returns:
the type of operation
Default:
NOOP