Increment
class Increment
Increment the value of an item in the cache.
Methods
int
execute(string $key, int $value = 1)
Execute the increment operation.
Details
at line 18
__construct(StoreContext $context)
Create a new increment operation instance.
at line 26
int
execute(string $key, int $value = 1)
Execute the increment operation.