Download the PHP package piotrpress/cacher without Composer
On this page you can find all versions of the php package piotrpress/cacher. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download piotrpress/cacher
More information about piotrpress/cacher
Files in piotrpress/cacher
Download piotrpress/cacher
More information about piotrpress/cacher
Files in piotrpress/cacher
Vendor piotrpress
Package cacher
Short Description This library provides a simple file-based caching solution.
License MIT
Homepage https://github.com/PiotrPress/cacher
Package cacher
Short Description This library provides a simple file-based caching solution.
License MIT
Homepage https://github.com/PiotrPress/cacher
Please rate this library. Is it a good library?
Informations about the package cacher
Cacher
This library provides a simple file-based caching solution.
Installation
Usage
You can use php://memory
as a file to store cache in memory, for instance, while developing or testing.
Cacher takes an expiration time in seconds as the second argument. By default, it is set to -1
, which means the cache never expires. If the value 0
is provided, the cache will be cleared on every call.
Requirements
Supports PHP >= 7.4
version.
License
MIT
All versions of cacher with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package piotrpress/cacher contains the following files
Loading the files please wait ....