
| Annotation Type | Description |
|---|---|
| DecrementCounterInCache |
Decrements by 1 single counter under given key.
|
| IncrementCounterInCache |
Increments by 1 single counter under given key.
|
| ReadCounterFromCache |
Reads counter value from cache.
|
| UpdateCounterInCache |
Updates counter's with value returned by method if method is annotated with
ReturnDataUpdateContent or with
value from method parameter annotated with ParameterDataUpdateContent. |
Copyright © 2019. All rights reserved.