Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FIFOMap ¶
type FIFOMap struct {
// contains filtered or unexported fields
}
先进先出(FIFO)的 map 实现
func NewFIFOMap ¶
func NewFIFOMap() *FIFOMap
func (*FIFOMap) RemoveOldest ¶
func (m *FIFOMap) RemoveOldest()
Click to show internal directories.
Click to hide internal directories.