Annotation Type CacheValue


  • @Target(PARAMETER)
    @Retention(RUNTIME)
    public @interface CacheValue
    Marks the parameter to be cached for a method annotated with CachePut.
    Since:
    1.0
    See Also:
    CachePut