Delete removes a value from the cache.
(ctx context.Context, key string)
| 20 | |
| 21 | // Delete removes a value from the cache. |
| 22 | Delete(ctx context.Context, key string) |
| 23 | |
| 24 | // Clear removes all values from the cache. |
| 25 | Clear(ctx context.Context) |
no outgoing calls