package
0.0.0-20240420182116-ac96246ab101
Repository: https://github.com/f110/github-400-test.git
Documentation: pkg.go.dev

# Functions

New allocates a new cached value instance.
NewFromFunc allocates a new cached value instance and initializes it with an update function, making it ready for use.

# Structs

Cache contains a synchronized value that is considered valid for a specific amount of time.
Opts contains options for the cache.