Delete deletes the cached data at the specified key.
(key string)
| 14 | |
| 15 | // Delete deletes the cached data at the specified key. |
| 16 | Delete(key string) |
| 17 | } |
| 18 | |
| 19 | // NopCache provides a no-op cache implementation that doesn't actually cache anything. |
no outgoing calls