Versions in this module Expand all Collapse all v1 v1.0.0 Feb 10, 2023 Changes in this version + type LruCache struct + func NewLRUCache(capacity int) *LruCache + func (lru *LruCache) Get(key []byte) ([]byte, bool) + func (lru *LruCache) Set(key, value []byte)