Annotation Type CacheGet


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