Versions in this module Expand all Collapse all v1 v1.2.2 Mar 30, 2023 v1.2.1 Mar 27, 2023 v1.2.0 Mar 23, 2023 Changes in this version + type CacheNode struct + type LRUCache struct + func NewLRUCache(capacity int) LRUCache + func (this *LRUCache) Get(key string) lang.AnyType + func (this *LRUCache) Put(key string, value lang.AnyType)