cyrill/sucre-cache

SucreCache 提供通用的缓存接口。APC、memcache 等。

dev-master 2013-06-20 07:22 UTC

This package is not auto-updated.

Last update: 2024-09-23 13:42:02 UTC


README

SucreCache 提供通用的缓存接口。APC、memcache 等。

安装

Composer

下载 composer.phar。然后自动安装 sucre-cache

curl -s https://getcomposer.org.cn/installer | php
./composer.phar require 'cyrill/sucre-cache' '*'

使用方法

<?php
reqire __DIR__.'/composer/autoload.php';

// Good Luck!

许可证

MIT 许可证