Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidMaxSize = errors.New("invalid max size, must be greater than 0") ErrInvalidMaxItems = errors.New("invalid max items, must be greater than 0") )
Functions ¶
This section is empty.
Types ¶
type LruCache ¶
type LruCache struct {
// contains filtered or unexported fields
}
func NewLruCache ¶
Click to show internal directories.
Click to hide internal directories.