package
0.0.0-20240828180237-e995ed0011d4
Repository: https://github.com/johnsonjh/jleveldb.git
Documentation: pkg.go.dev

# Functions

NewCache creates a new 'cache map'.
NewLRU create a new LRU-cache.
NewLRU create a new namespaced LRU-cache.
NewSharedLRU creates a new shared lru.

# 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'.
No description provided by the author

# Interfaces

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