Understand the PSR-6 Caching Interface
masterThe psr/cache repository provides the standard interfaces for a Caching mechanism in PHP.
Important: This repository does not contain a caching implementation. It only defines the interfaces (contracts) that caching components must follow. To actually use caching in your application, you must install a library that implements these interfaces (e.g., a Redis or filesystem-based cache implementation).