Annotation Type CacheKey


  • @Target(PARAMETER)
    @Retention(RUNTIME)
    public @interface CacheKey
    Parameters annotated with this annotation are considered part of the key. If no parameters are annotated, then all parameters that are not annotated with CacheValue form the key.