Skip to content

Commit 339fe4e

Browse files
mfernestclaude
andcommitted
fix(ttlru): correct broken link to expirable package (#382)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 528d2e2 commit 339fe4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/components/pages/caches/ttlru.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The cache ttlru provides a simple, goroutine safe, cache with a fixed number of
3838

3939
This TTL is reset on both modification and access of the value. As a result, if the cache is full, and no items have expired, when adding a new item, the item with the soonest expiration will be evicted.
4040

41-
It uses the package https://github.com/hashicorp/golang-lru/v2/expirable[`expirable`^]
41+
It uses the package https://github.com/hashicorp/golang-lru/tree/main/expirable[`expirable`^]
4242

4343
The field init_values can be used to pre-populate the memory cache with any number of key/value pairs:
4444

0 commit comments

Comments
 (0)