Decr decreases int64-type value by given key as a counter if key not exist, before increase set value with zero
(key string)
| 24 | // Decr decreases int64-type value by given key as a counter |
| 25 | // if key not exist, before increase set value with zero |
| 26 | Decr(key string) (int64, error) |
| 27 | // Delete delete cache item by given key |
| 28 | Delete(key string) error |
| 29 | // ClearAll clear all cache items |