Annotation Type 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 
    The type of cache operation.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • action

      Returns:
      the type of operation
      Default:
      NOOP