Put stores the given reader for the given key.
(key [sha256.Size]byte, data io.Reader, cacheType string)
| 36 | Get(key [sha256.Size]byte, cacheType string) (string, error) |
| 37 | // Put stores the given reader for the given key. |
| 38 | Put(key [sha256.Size]byte, data io.Reader, cacheType string) (string, error) |
| 39 | } |
| 40 | |
| 41 | // CacheChart specifies the content is a chart |
no outgoing calls
no test coverage detected