Set stores value in the cache. The cache implementation is responsible for computing the cost (typically based on response size in bytes).
(key uint64, value *cacheValue)
| 32 | // Set stores value in the cache. The cache implementation is responsible for |
| 33 | // computing the cost (typically based on response size in bytes). |
| 34 | Set(key uint64, value *cacheValue) |
| 35 | } |
| 36 | |
| 37 | type CacheStats struct { |
no outgoing calls