![Notice](/static/shared/icon/info_gm_grey_24dp.svg)
The highest tagged major version is
v2.
package
Version:
v1.9.10-e6932adad8179d...
Opens a new window with list of versions in this module.
Published: Jan 30, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Cache is a simple unbounded disk cache and is safe for concurrency.
NewCache creates a new cache.
Delete deletes a key/value pair.
Get gets a key's value by returning an io.ReadCloser that should be closed when done.
Keys returns the keys in sorted order.
Put puts a key/value pair in the cache and reads the value from an io.Reader.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.