Documentation ¶
Overview ¶
Package cache implements a disk-backed LRU cache for "big" binary blob
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
Cache holds a cache instance, backed by a single file and an in-memory list
Click to show internal directories.
Click to hide internal directories.