package
0.16.0-rc.1
Repository: https://github.com/alexgustafsson/cupdate.git
Documentation: pkg.go.dev

# Functions

NewDiskCache returns a [DiskCache] that stores its data in a file at the specified path.

# Variables

ErrNotExist is returned if the entry does not exist.

# Structs

DiskCache implements [Cache] by storing values to disk.
No description provided by the author

# Interfaces

Cache stores key-value pairs for quick retrieval.