Versions in this module Expand all Collapse all v1 v1.6.0 Apr 5, 2025 v1.4.0 Oct 6, 2024 Changes in this version + type Lru struct + func New(capacity int) *Lru + func (lru *Lru) Get(k interface{}) (v interface{}, exist bool) + func (lru *Lru) Put(k interface{}, v interface{}) bool + func (lru *Lru) Size() int