Download the PHP package optimisme/optimisme-cache without Composer
On this page you can find all versions of the php package optimisme/optimisme-cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package optimisme-cache
Optimisme Cache
Insert a simple cache system on your website in less than 5 minutes
How ton install Optimisme Cache ?
You can install Optimisme Cache thank's to composer
How to use Optimisme Cache ? (2 methods)
1. Using the cache function
2. Using the open and close functions
Settings
When you create an instance of Optimisme Cache, you can set two specific settings :
- $name : You can specifiy a custom name for exemple is this component is used many times in different places. By default or if you set it to null, a name will be automatically generated according to the current page url.
- $cachetime : Time in seconds while this specific cached code will stay in cache
Optimisme Cache also supports caching subcomponents of page or components.
All versions of optimisme-cache with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package optimisme/optimisme-cache contains the following files
Loading the files please wait ....