Files
my-website-v2/backend/cache/README.md
Wyatt J. Miller 57952ec41d added documentation
it's nothing too novel, okay?
2025-07-14 20:35:49 -04:00

8 lines
261 B
Markdown

# Caching library
also known as `cache`
## What is this?
An internal caching library that houses functionality needed for a key-value database like Redis or Valkey. This was turned into a library because both `public` and `task` needed functionality within.