
@Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface ParameterValueKeyProvider
CacheKeyMethod then this method is used to generate part of the cache key otherwise toString()
method is used.| Modifier and Type | Optional Element and Description |
|---|---|
int |
order
If more than one parameter in method declaration is annotated then this parameter tells about the order of params
in cache key.
|
Copyright © 2019. All rights reserved.