Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Lru ¶
type Lru interface { Get(interface{}, NewLruElement) *Element // contains filtered or unexported methods }
type NewLruElement ¶
type NewLruElement func(interface{}) *Element
Click to show internal directories.
Click to hide internal directories.