首页 > 系统服务 > 详细

Helpers\FastCache

时间:2016-07-05 14:02:51      阅读:230      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!