ardzo / cache
Library for caching of HTML pages
1.1.0.1
2018-10-21 22:44 UTC
Requires
- ardzo/often-used-functions: ^1.14
This package is not auto-updated.
Last update: 2025-04-01 06:27:35 UTC
README
Introduction
This is a class for caching of HTML content.
Requirements
- PHP 5.1+
- Windows or Unix
- library "Often Used Functions" V1.14 (http://ardzo.com/ru/soft_various.php) (automatically loads with composer)
Using
Copy "Cache.php" from "src"
and required libraries onto server
and use it in your script.
Or use Composer - class will loads automatically.
See example code in folder "example"
.
Folder for cache must have permission to write.