kidkang/laravel-cache

laravel cache

Maintainers

Package info

github.com/kidkang/laravel-cache

pkg:composer/kidkang/laravel-cache

Statistics

Installs: 1 507

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.3 2019-04-23 10:10 UTC

This package is auto-updated.

Last update: 2026-02-25 10:58:36 UTC


README

option

key 存储的键名

value 值

string|array

如果是array 会用json_encode 转换为字符串

expire 单位分钟

过期时间,如果不传,表示永久缓存

2.get(key)

获取缓存 如果存入为数组,返回也为数组