PSR-16 Simple Cache

repository·master·Indexed 27 days ago

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

Defines the PSR-16 Simple Cache standard, providing a common interface for cache implementations in PHP. This project provides the interfaces that define how a cache implementation should behave, allowing developers to swap cache backends without changing application logic.

Tokens
176
Snippets
1
Records
2
Agent score
43%

What's inside php-fig/simple-cache

  1. Understand the purpose of the Simple Cache PSR

    master
    This repository contains the interfaces for the PSR-16 Simple Cache standard. It is not a cache implementation itself, but rather a set of interfaces that define how a cache implementation should behave. To use a cache in your application, you should look for libraries that implement this specification.
  2. Find a PSR-16 cache implementation

    master

    Since this repository only provides the interfaces, you need to install a concrete implementation to actually store and retrieve data. You can find compatible packages by searching for the psr/simple-cache-implementation virtual package on Packagist.

    https://packagist.org/providers/psr/simple-cache-implementation