Delete will remove the specific key in cache. If there's no such key existing in cache, ErrNoSuchKey will be returned.
(key string)
| 33 | // If there's no such key existing in cache, |
| 34 | // ErrNoSuchKey will be returned. |
| 35 | Delete(key string) error |
| 36 | |
| 37 | // Clear deletes all the items stored in cache. |
| 38 | Clear() error |
no outgoing calls
no test coverage detected