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