composer package updates
[openemr.git] / vendor / psr / cache / README.md
blobc8706ceea6625ab367583434c1b640af977c61ba
1 PSR Cache
2 =========
4 This repository holds all interfaces defined by
5 [PSR-6](http://www.php-fig.org/psr/psr-6/).
7 Note that this is not a Cache implementation of its own. It is merely an
8 interface that describes a Cache implementation. See the specification for more 
9 details.