Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LRUFileCache ¶
type LRUFileCache struct { Log Logger // contains filtered or unexported fields }
func NewLRUFileCache ¶
func NewLRUFileCache(fcapacity, mcapacity int, basepath string, logger Logger) *LRUFileCache
func (*LRUFileCache) Clear ¶
func (c *LRUFileCache) Clear()
func (*LRUFileCache) LoadAll ¶
func (c *LRUFileCache) LoadAll()
func (*LRUFileCache) OnDeleteFunc ¶
func (c *LRUFileCache) OnDeleteFunc(key string, _ interface{})
Click to show internal directories.
Click to hide internal directories.