Delete delete cache item by given key
(key string)
| 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 |
| 30 | ClearAll() error |
| 31 | } |
no outgoing calls
no test coverage detected