Annotation Interface CacheGet


@Target(METHOD) @Retention(RUNTIME) public @interface CacheGet
Get the value from cache if present, invoke the method and cache the result otherwise.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    An annotation literal for the CacheGet annotation.