Get gets an object from the cache given its hash. The second return value is true if the object was returned, and false otherwise.
(k plumbing.Hash)
| 21 | // Get gets an object from the cache given its hash. The second return value |
| 22 | // is true if the object was returned, and false otherwise. |
| 23 | Get(k plumbing.Hash) (plumbing.EncodedObject, bool) |
| 24 | // Clear clears every object from the cache. |
| 25 | Clear() |
| 26 | } |
no outgoing calls