Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
The first encapsulation of the cache is still the underlying cache in the LRU
func NewDefaultCache ¶
func NewDefaultCache() *Cache
func (*Cache) RegisterNodes ¶
func (c *Cache) RegisterNodes(nodes node.NodePicker)
Click to show internal directories.
Click to hide internal directories.