https://github.com/php-fig/cache
https://github.com/php-fig/cache
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/php-fig/cache
- Owner: php-fig
- License: mit
- Created: 2015-08-19T12:07:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-04-11T19:21:12.000Z (12 months ago)
- Last Synced: 2025-06-01T13:17:29.701Z (10 months ago)
- Language: PHP
- Size: 55.7 KB
- Stars: 5,162
- Watchers: 22
- Forks: 46
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Caching Interface
==============
This repository holds all interfaces related to [PSR-6 (Caching Interface)][psr-url].
Note that this is not a Caching implementation of its own. It is merely interfaces that describe the components of a Caching mechanism.
The installable [package][package-url] and [implementations][implementation-url] are listed on Packagist.
[psr-url]: https://www.php-fig.org/psr/psr-6/
[package-url]: https://packagist.org/packages/psr/cache
[implementation-url]: https://packagist.org/providers/psr/cache-implementation