-
@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 [alex@erudika.com]
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Cached.Actionaction
-
-
-
Element Detail
-
action
Cached.Action action
- Returns:
- the type of operation
- Default:
- com.erudika.para.core.annotations.Cached.Action.NOOP
-
-