This removes a single item from the storage.
(key interface{})
| 20 | |
| 21 | // This removes a single item from the storage. |
| 22 | Delete(key interface{}) error |
| 23 | |
| 24 | // This removes multiple items from the storage. |
| 25 | DeleteMulti(keys ...interface{}) error |
no outgoing calls