Download the PHP package kidkang/laravel-cache without Composer
On this page you can find all versions of the php package kidkang/laravel-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 laravel-cache
1.set(key,value,[expire])
option
key 存储的键名
value 值
string|array
如果是array 会用json_encode 转换为字符串
expire 单位分钟
过期时间,如果不传,表示永久缓存
2.get(key)
获取缓存 如果存入为数组,返回也为数组
All versions of laravel-cache with dependencies
PHP Build Version
Package Version
Requires
nesbot/carbon Version
1.36.2
The package kidkang/laravel-cache contains the following files
Loading the files please wait ....