Discover Packages
github.com/kevinMKG/v2ray-core/v4
common
cache
package
Version:
v4.41.0
Opens a new window with list of versions in this module.
Published: Jun 24, 2021
License: MIT
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.