|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface Filter
Used to inject a set of cache keys into a function execution, The annotated parameter must be of type
Set. This is used by the function invocation to specify a set of keys of interest and also to define
an additional parameter on the function implementation method containing the filter.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||