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 
    An annotation literal for the CacheAdd annotation.