spiral/phpfastcache

Spiral 简单缓存适配器和 phpFastCache 启动器。

v0.9.2 2017-04-07 10:45 UTC

This package is not auto-updated.

Last update: 2024-09-15 01:40:35 UTC


README

Latest Stable Version Total Downloads Scrutinizer Code Quality Coverage Status Build Status

Spiral 利用 PSR-16 (ORM) 和 PSR-6 (psr7-middlewares) 协议,允许您的应用程序与缓存引擎通信。

安装

composer require spiral/phpfastcache
spiral register spiral/phpfastcache

现有桥梁

查看现有模块 spiral/phpfastcache,它创建到 https://github.com/PHPSocialNetwork/phpfastcache 库的桥梁,并将缓存配置添加到您的应用程序中。

composer require spiral/phpfastcache spiral register spiral/phpfastcache

添加启动器 Spiral/PhpFastCache/CacheBootloader 以启用缓存。