package
1.0.0
Repository: https://github.com/syndtr/goleveldb.git
Documentation: pkg.go.dev

# Functions

NewCache creates a new 'cache map'.
NewLRU create a new LRU-cache.

# Structs

Cache is a 'cache map'.
Handle is a 'cache handle' of a 'cache node'.
NamespaceGetter provides convenient wrapper for namespace.
Node is a 'cache node'.

# Interfaces

Cacher provides interface to implements a caching functionality.
Value is a 'cacheable object'.