hav / cache
A cache library that is implmeneted from PSR-6
v1.0
2016-01-12 14:49 UTC
Requires
- php: >=5.4
This package is not auto-updated.
Last update: 2024-11-09 20:01:38 UTC
README
A PSR-6 cache library
A cache library that follows the PSR-6 standard.
Run webroot/cacheTest.php
on your localhost to try it.
Using the library with Anax-MVC
-
Install the
hav/cache
package via composer -
Move the folder
vendor/hav/cache/src/Cache
to yourapp/src
folder -
Add the
hav/cache/webroot/index.php
file to yourwebroot
folder -
Create folder named
Cache
in yourapp/views
folder and move thehav/cache/webroot/example.tpl.php
file to it -
Use the route
cache
to view the example