Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrBadPath = errors.New("bad path") ErrIsDir = errors.New("is directory") )
View Source
var ( ErrFileTooLarge = errors.New("file too large for cache") ErrFileDisappeared = errors.New("file disappeared") )
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
func (*Cache) SetCapacity ¶
func (*Cache) TrimToCapacity ¶
func (me *Cache) TrimToCapacity()
Click to show internal directories.
Click to hide internal directories.