library cache
A cache library that is implmeneted from PSR-6
hav/cache
A cache library that is implmeneted from PSR-6
- Wednesday, January 20, 2016
- by ohavsvik
- Repository
- 1 Watchers
- 0 Stars
- 11 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
, (*1)
A PSR-6 cache library
A cache library that follows the PSR-6 standard., (*2)
Run webroot/cacheTest.php
on your localhost to try it., (*3)
Using the library with Anax-MVC
- Install the
hav/cache
package via composer
-
Move the folder vendor/hav/cache/src/Cache
to your app/src
folder, (*4)
-
Add the hav/cache/webroot/index.php
file to your webroot
folder, (*5)
-
Create folder named Cache
in your app/views
folder and move the hav/cache/webroot/example.tpl.php
file to it, (*6)
-
Use the route cache
to view the example, (*7)