diff options
| author | 2026-02-21 13:05:11 +0800 | |
|---|---|---|
| committer | 2026-02-21 13:05:11 +0800 | |
| commit | 86a9cc87c9d3c42035b6c526ec918c391024424d (patch) | |
| tree | f40faa69f0c045a24553d8b7a4e2e2fb4df2a3a9 /internal/cache/lru | |
| parent | LICENSE: Add AGPL-3.0 (diff) | |
| signature | No signature | |
*: Update doc-comments v0.1.13
Diffstat (limited to 'internal/cache/lru')
| -rw-r--r-- | internal/cache/lru/lru.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cache/lru/lru.go b/internal/cache/lru/lru.go index b1ba0ed3..fd080bbd 100644 --- a/internal/cache/lru/lru.go +++ b/internal/cache/lru/lru.go @@ -1,4 +1,4 @@ -// Package lru provides a weighted least-recently-used cache. +// Package lru provides a size-cost bounded LRU cache. package lru import "container/list" |
