Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
PHP FIG Simple Cache PSR
========================
Common Interface for Caching Libraries
==============

This repository holds all interfaces related to PSR-16.
This repository holds all interfaces related to [PSR-16 (Common Interface for Caching Libraries)][psr-url].

Note that this is not a cache implementation of its own. It is merely an interface that describes a cache implementation. See [the specification](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-16-simple-cache.md) for more details.
Note that this is not a Caching implementation of its own. It is merely interfaces that describe the components of a Simple Caching mechanism.

You can find implementations of the specification by looking for packages providing the [psr/simple-cache-implementation](https://packagist.org/providers/psr/simple-cache-implementation) virtual package.
The installable [package][package-url] and [implementations][implementation-url] are listed on Packagist.

[psr-url]: https://www.php-fig.org/psr/psr-16/
[package-url]: https://packagist.org/packages/psr/simple-cache
[implementation-url]: https://packagist.org/providers/psr/simple-cache-implementation