Download the PHP package lluiscamino/fast-cache without Composer
On this page you can find all versions of the php package lluiscamino/fast-cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lluiscamino/fast-cache
More information about lluiscamino/fast-cache
Files in lluiscamino/fast-cache
Download lluiscamino/fast-cache
More information about lluiscamino/fast-cache
Files in lluiscamino/fast-cache
Vendor lluiscamino
Package fast-cache
Short Description Simple caching system for PHP applications
License MIT
Package fast-cache
Short Description Simple caching system for PHP applications
License MIT
Please rate this library. Is it a good library?
Informations about the package fast-cache
fast-cache
Simple caching system for PHP applications.
Installing
Use the following command to install via Composer:
Usage
Once a user visits your website for the first time, a cached version of the page will be created and served for the following requests in the specified time.
If for some reason you don't want the current content to be saved, you can finish with $cache->end(false);
and the content will not be cached.
Apart from time, you can also specify two more parameters in the constructor:
string $file
: Name of the (file.php) that identifies the page being cached. Use this option to create different cached versions of the same page. Leave blank to automatically select the file from which the object is being created.string $dir
: Subdirectory where the cache file of the page will be saved.
Configuration
All versions of fast-cache with dependencies
PHP Build Version
Package Version
No informations.
The package lluiscamino/fast-cache contains the following files
Loading the files please wait ....