Glossary coding Term Page

Cache

A storage layer that keeps precomputed results so you can skip extra DB or external API ca

cache #coding#fastapi
Korean version

Related Concepts

Core Idea

Cache is A storage layer that keeps precomputed results so you can skip extra DB or external API calls. It usually makes the most sense alongside lru_cache, Redis, TTL.

Why It Matters Here

Mathbong reuses this term across fastapi posts as shared vocabulary.

Posts Mentioning This Concept