Download the PHP package anerg2046/laravel-cache-page without Composer
On this page you can find all versions of the php package anerg2046/laravel-cache-page. 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-page
Laravel 中间件-Response 缓存
功能
- 支持缓存渲染后数据
- 支持指定缓存过期时间(最低 10 分钟)
- header 头输出缓存命中状态、缓存 Key 及过期时间
- 支持分组缓存(如果缓存支持)
- 支持清空缓存(必须支持分组缓存)
- 支持跳过缓存
- 支持清理当前缓存
安装
5.7 请使用
配置
\app\Http\Kernel.php
文件中$routeMiddleware
增加:增加配置文件
config\pagecache.php
使用
一般来说只应该缓存 get 请求的页面
URL 请求方法
附录
缓存规则
- 当前 URL 路径+json_encode 查询键值数组 md5
Headers
修改自
https://github.com/flc1125/laravel-middleware-cache-response
License
MIT
All versions of laravel-cache-page with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
The package anerg2046/laravel-cache-page contains the following files
Loading the files please wait ....