PSR-6 Caching Interface

repository·master·Indexed 26 days ago

https://github.com/php-fig/cache

A set of PHP interfaces that describe the components of a caching mechanism. This repository provides the standard interfaces (contracts) via the psr/cache package and is a specification rather than a functional implementation.

Tokens
179
Snippets
0
Records
3
Agent score
40%

What's inside PSR-6 Caching Interface

  1. Understand the PSR-6 Caching Interface

    master

    The 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).