码迷,mamicode.com
首页 > 系统相关 > 详细

Helpers\FastCache

时间:2016-07-05 14:05:17      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:

Helpers\FastCache

phpFastCache is a high-performance, distributed object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.

FastCache is built on top of phpFastCache. Its usage is very simple:

use Helpers\FastCache;

$cache = FastCache::getInstance();

// Use any phpFastCache methods on FastCache instance.

To note that the Helpers\FastCache acts like a Decorator for phpFastCache, it can call any phpFastCache method. For full documenation on phpFastCache see the website http://www.phpfastcache.com

Helpers\FastCache

标签:

原文地址:http://www.cnblogs.com/chunguang/p/5643181.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!