//
pkg.gl
Category
github.com/lightninglabs/neutrino/cache
module
package
1.1.2
Repository:
https://github.com/lightninglabs/neutrino.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
13
Files
22 SLOC
#
Packages
lru
Package list implements a doubly linked list.
#
Variables
ErrElementNotFound
ErrElementNotFound is returned when element isn't found in the cache.
#
Interfaces
Cache
Cache represents a generic cache.
Value
Value represents a value stored in the Cache.