Categorygithub.com/neilotoole/oncecache
repositorypackage
0.0.1
Repository: https://github.com/neilotoole/oncecache.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

oncecache: on-demand in-memory object cache

Go Reference Go Report Card License Workflow

oncecache is a strongly-typed, concurrency-safe, context-aware, dependency-free, in-memory, on-demand Golang object cache, focused on write-once, read-often ergonomics.

The package also provides an event mechanism useful for logging, metrics, or propagating cache entries between overlapping composite caches.