Set stores a value in the cache. In the event of an error, the error is returned.
(ctx context.Context, key string, value V)
| 13 | // Set stores a value in the cache. In the event of an error, the error is |
| 14 | // returned. |
| 15 | Set(ctx context.Context, key string, value V) error |
| 16 | } |
no outgoing calls