Download the PHP package vulcanphp/fastcache without Composer
On this page you can find all versions of the php package vulcanphp/fastcache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vulcanphp/fastcache
More information about vulcanphp/fastcache
Files in vulcanphp/fastcache
Download vulcanphp/fastcache
More information about vulcanphp/fastcache
Files in vulcanphp/fastcache
Vendor vulcanphp
Package fastcache
Short Description Fast Cache is a PHP simple and super fast caching system which make PHP Application faster
License MIT
Package fastcache
Short Description Fast Cache is a PHP simple and super fast caching system which make PHP Application faster
License MIT
Please rate this library. Is it a good library?
Informations about the package fastcache
Fast Cache
Fast Cache is a PHP simple and super fast caching system which make PHP Application faster
Installation
It's recommended that you use Composer to install Fast Cache
Fast Cache Usage
After Installing Fast Cache initialize it then you can simply use it allover in your application
Available Methods to Fast Cache Handler
- hasCache(string $key, bool $eraseExpired = false): bool
- retrieve($keys, bool $eraseExpired = false): mixed
- retrieveAll(bool $eraseExpired = false): array
- load(string $key, callable $callback, ?string $expire = null)
- store(string $key, $data, ?string $expire = null): self
- erase($keys): self
- eraseExpired(): self
- flush(): self
- close(): self
Usage of Site Cache
This Caching Method first store the html output for a certain time that the application serve and next time the application will be server by cache NOTE: Site Cache is useful but you need to carefully configure it according to your application
All versions of fastcache with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package vulcanphp/fastcache contains the following files
Loading the files please wait ....