Php数组缓存适配器
编辑该页面警告:你浏览的文档欧宝官网下载appob娱乐下载Symfony 4.1,不再维护。
读这个页面的更新版本Symfob娱乐下载ony 6.3(当前的稳定版本)。
Php数组缓存适配器
这个适配器是一种高性能缓存静态数据(例如应用程序配置)优化和预加载到OPcache内存存储:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21日22日23日
使用ob娱乐下载\组件\缓存\适配器\PhpArrayAdapter;使用ob娱乐下载\组件\缓存\适配器\FilesystemAdapter;/ /不知何故,决定是时候热身缓存!如果(美元needsWarmup){/ /静态值美元值= (“stats.products_count”= >4711年,“stats.users_count”= >1356年,);美元缓存=新PhpArrayAdapter (/ /单文件缓存值的地方__DIR__。' / somefile.cache ',/ /备份适配器,热身后如果你设置值新FilesystemAdapter ());美元缓存- >热身(美元值);}/ /……然后,使用缓存!美元cacheItem=美元缓存- >getItem (“stats.users_count”);回声美元cacheItem- >get ();
请注意
这个适配器需要PHP 7。应该使用x和php。ini设置opcache.enable
上。
这项工作,包括代码示例,许可下Creative Commons冲锋队3.0许可证。