Documentation ¶
Overview ¶
Package diskcache provides an implementation of httpcache.Cache that uses the diskv package to supplement an in-memory map with persistent storage
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( PluginConfig = &diskvcacheConfig{ done: make(chan struct{}), } )
Config ...
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
Cache is an implementation of httpcache.Cache that supplements the in-memory map with persistent storage
func (*Cache) GetCacheSizeMax ¶
func (*Cache) SetNewCacheSizeMax ¶
Click to show internal directories.
Click to hide internal directories.