Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/php-fig/cache
https://github.com/php-fig/cache
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/php-fig/cache
- Owner: php-fig
- License: mit
- Created: 2015-08-19T12:07:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-09-21T11:16:34.000Z (about 1 year ago)
- Last Synced: 2024-11-07T00:02:30.517Z (5 days ago)
- Language: PHP
- Size: 58.6 KB
- Stars: 5,107
- Watchers: 25
- Forks: 47
- Open Issues: 2
-
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