http client cache:Amp的HTTP客户端的异步HTTP缓存 源码
http-client-cache 该包以基于的ApplicationInterceptor形式提供HTTP缓存。 特征 专用缓存( SingleUserCache ) 自动vary标题支持 缓存推送响应 计划功能 共享缓存 有条件的要求 安装 该软件包可以作为依赖项安装。 composer require amphp/http-client-cache 用法 当前,仅提供SingleUserCache 。 因此,将单个实例用于多个用户是不安全的,例如,不同的访问令牌。 use Amp \ Cache \ FileCache ; use Amp \ Http \ Client \ Ht
文件列表
http-client-cache-master.zip
(预估有个25文件)
http-client-cache-master
src
Internal
CachedResponse.php
9KB
SingleUserCache.php
22KB
RequestCacheControl.php
966B
functions.php
3KB
ResponseCacheControl.php
1KB
phpunit.xml.dist
691B
.php_cs.dist
268B
暂无评论