cache
A simple LRU or MRU cache store
Filename
Size
Last Commit Date
Commit Message
..
.github
workflows
go-checks.yml
716
2025/12/21 17:09:46
added CI
LICENSE
767
2025/12/21 17:09:51
added LICENSE
README.md
1315
2025/12/21 17:09:59
added README
cache.go
4349
2026/01/11 15:10:26
removed unnecessary fields in lru
cache_test.go
5847
2026/01/11 15:10:51
use Count method instead of manually using len
example_test.go
484
2025/12/21 17:09:54
added example
go.mod
47
2025/12/20 16:04:29
added go.mod