Decrement Cache Value

Decrement Cache Value allows you to decrement a cache value by choosing a key and a value to decrement it by. The decremented cache value is returned in a variable so you can perform additional logic based on its value.

Key: create a key name for the decrement cache value.

By: choose the value to decrement by.

Decrement cache value is similar to increment cache value but it decreases the value. You can also use this as a counter stored on temporary memory.

Last updated