Discover Packages
github.com/Shadowsocks-NET/v2ray-go/v4
common
cache
package
Version:
v4.0.0-...-960decf
Opens a new window with list of versions in this module.
Published: Jul 13, 2022
License: AGPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Lru interface {
Get(key interface{}) (value interface{}, ok bool )
GetKeyFromValue(value interface{}) (key interface{}, ok bool )
Put(key, value interface{})
}
Lru simple, fast lru cache implementation
Source Files
¶
Click to show internal directories.
Click to hide internal directories.