Versions in this module Expand all Collapse all v0 v0.0.6 Jun 24, 2022 v0.0.5 Jun 8, 2022 Changes in this version + type LruCache struct + func New(size int) *LruCache + func (c *LruCache) Put(key string, value []byte) + func (c LruCache) Get(key string) ([]byte, bool) + func (c LruCache) NewIterator() iterator.Iterator