Files
my-website-v2/backend/cache/README.md

8 lines
261 B
Markdown
Raw Normal View History

# 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.