SlimAPCCache:使用 apccache 的 PHP Slim 微框架缓存中间件

时间:2024-06-28 10:01:56
【文件属性】:

文件名称:SlimAPCCache:使用 apccache 的 PHP Slim 微框架缓存中间件

文件大小:3KB

文件格式:ZIP

更新时间:2024-06-28 10:01:56

PHP

超薄APCCache 使用PHP 缓存中间件 如何安装 更新您的composer.json以需要palanik/slim-apc-cache包。 运行composer install将 SlimAPCCache 添加到您的供应商文件夹。 { " require " : { " palanik/slim-apc-cache " : " 0.0.2.* " } } ##如何使用这个中间件 <?php require ( './vendor/autoload.php' ); $ app = new \ Slim \ Slim (); use palanik\ SlimAPCCache \ SlimAPCCache ; $ app -> add ( new SlimAPCCache ( array ( 'ttl' => 60 , 'caching_prefix'


【文件预览】:
SlimAPCCache-master
----src()
--------SlimAPCCache.php(1KB)
----LICENSE(1KB)
----composer.json(638B)
----README.md(1013B)

网友评论