morimorim/laravel-cache-attr
最新稳定版本:0.0.4
Composer 安装命令:
composer require morimorim/laravel-cache-attr
包简介
Attribute for cache
README 文档
README
This is package of attributes for Laravel. Supported attributes are here.
See also example.
Install
composer require morimorim/laravel-cache-attr
Usage
Specify attributes like following.
use Laravel\Cache\Attribute\Cacheable; class ExampleService { #[Cacheable(name: 'ExampleService#heavyProcess', ttl_seconds: 60)] public function heavyProcess(int $sleep) { sleep($sleep); return Carbon::now(); } }
统计信息
- 总下载量: 117
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-10-10