Helpers\FastCache

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

posted @ 2016-07-05 12:03  jinchunguang  阅读(121)  评论(0编辑  收藏  举报