Get retrieves a value from the cache.
(ctx context.Context, key string)
| 17 | |
| 18 | // Get retrieves a value from the cache. |
| 19 | Get(ctx context.Context, key string) (any, bool) |
| 20 | |
| 21 | // Delete removes a value from the cache. |
| 22 | Delete(ctx context.Context, key string) |
no outgoing calls