File-based cache with TTL, JSON serialisation, go-io Medium backend. Moved from forge.lthn.ai/core/go/pkg/cache to standalone module. Co-Authored-By: Virgil <virgil@lethean.io>
7 lines
141 B
Modula-2
7 lines
141 B
Modula-2
module forge.lthn.ai/core/go-cache
|
|
|
|
go 1.26.0
|
|
|
|
require forge.lthn.ai/core/go-io v0.0.3
|
|
|
|
require forge.lthn.ai/core/go-log v0.0.1 // indirect
|