https://github.com/crell/cache-old
Temporary home for the PSR\Cache libraries
https://github.com/crell/cache-old
Last synced: 9 months ago
JSON representation
Temporary home for the PSR\Cache libraries
- Host: GitHub
- URL: https://github.com/crell/cache-old
- Owner: Crell
- License: mit
- Created: 2014-03-23T01:54:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-08-21T01:20:17.000Z (almost 11 years ago)
- Last Synced: 2025-04-11T14:57:25.137Z (about 1 year ago)
- Language: PHP
- Size: 213 KB
- Stars: 13
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
PSR Cache
=========
This repository holds all interfaces defined by
[PSR-6](http://www.php-fig.org/psr/psr-6/).
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.