phpcachex/cache
最新稳定版本:v1.0.0
Composer 安装命令:
composer require phpcachex/cache
包简介
PHP Cache Library
关键字:
README 文档
README
=======================
Requirements
- php5.6+
Installation
- composer.json
"require":
{
"phpcachex/cache": "dev-master"
}
- command
composer installorcomposer update
Introduction
- this is a php cache library,this version only contain
Memcache
How to use Muticall
<?php
$params = [
[
'host' => '127.0.0.1',
'port' => 11211,
'persistent' => 1,
]
];
$instance = \PhpCacheX\Cache\Instance::get('Memcache',$params);
$set = $instance->set('key','value');
$rs = $instance->get('key');
?>
License
MIT License see http://mit-license.org/
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-08-06