wishthis/vendor/psr/cache/README.md

10 lines
277 B
Markdown
Raw Normal View History

2022-01-21 13:12:04 +00:00
PSR Cache
=========
2022-01-21 08:23:52 +00:00
2022-01-21 13:12:04 +00:00
This repository holds all interfaces defined by
[PSR-6](http://www.php-fig.org/psr/psr-6/).
2022-01-21 08:23:52 +00:00
2022-01-21 13:12:04 +00:00
Note that this is not a Cache implementation of its own. It is merely an
interface that describes a Cache implementation. See the specification for more
details.