//
pkg.gl
Category
github.com/syndtr/goleveldb
leveldb
cache
package
1.0.0
Repository:
https://github.com/syndtr/goleveldb.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
4
Dependents
32
Files
773 SLOC
#
Functions
NewCache
NewCache creates a new 'cache map'.
NewLRU
NewLRU create a new LRU-cache.
#
Structs
Cache
Cache is a 'cache map'.
Handle
Handle is a 'cache handle' of a 'cache node'.
NamespaceGetter
NamespaceGetter provides convenient wrapper for namespace.
Node
Node is a 'cache node'.
#
Interfaces
Cacher
Cacher provides interface to implements a caching functionality.
Value
Value is a 'cacheable object'.