Download the PHP package deathkel/easy-cache without Composer
On this page you can find all versions of the php package deathkel/easy-cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download deathkel/easy-cache
More information about deathkel/easy-cache
Files in deathkel/easy-cache
Download deathkel/easy-cache
More information about deathkel/easy-cache
Files in deathkel/easy-cache
Vendor deathkel
Package easy-cache
Short Description A Trait to use cache easily for Laravel
License MIT
Homepage https://github.com/deatkel/EasyCache
Package easy-cache
Short Description A Trait to use cache easily for Laravel
License MIT
Homepage https://github.com/deatkel/EasyCache
Please rate this library. Is it a good library?
Informations about the package easy-cache
A Trait to use cache easily for Laravel
INSTALL
composer require deathkel/easy-cache
USAGE
- this trait will auto cache protect function
- default cache time is 60 minutes. you can define a
static
variable$expire
for each function
delete cache
- call method
forgetCache
to delete all cache in class - call method
forgetMethodCache
to delete all cache in the method
when in debug pattern
- add 'skipCache=1' to http query param will skip cache and exec function
- add 'forgetCache=1' to http query param will forget cache and restore cache
TODO
- add test example
License
The MIT License (MIT). Please see License File for more information.
All versions of easy-cache with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package deathkel/easy-cache contains the following files
Loading the files please wait ....