Documentation ¶
Index ¶
- type GLRU
- func (lru *GLRU) Contains(key interface{}) (exist bool)
- func (lru *GLRU) Get(key interface{}) (value interface{}, ok bool)
- func (lru *GLRU) Keys() []interface{}
- func (lru *GLRU) Len() int
- func (lru *GLRU) Peek(key interface{}) (value interface{}, exist bool)
- func (lru *GLRU) Purge()
- func (lru *GLRU) Set(key interface{}, value interface{}) (evicted bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.