PHP缓存集成库phpFastCache用法
本文实例讲述了PHP缓存集成库phpFastCache用法。分享给大家供大家参考。具体分析如下:
phpFastCache是一个开源的PHP缓存库,只提供一个简单的PHP文件,可方便集成到已有项目,支持多种缓存方法,包括:apc,memcache,memcached,wincache,files,pdoandmpdo。可通过简单的API来定义缓存的有效时间。
<?php
//Inyourconfigfile
include("phpfastcache/phpfastcache.php");
phpFastCache::setup("storage","auto");
//phpFastCachesupport"apc","memcache","memcached","wincache","files","sqlite"and"xcache" //Youdon'tneedtochangeyourcodewhenyouchangeyourcachingsystem.Orsimplekeepitauto $cache=phpFastCache();
//InyourClass,Functions,PHPPages //trytogetfromCachefirst.product_page=YOURIdentityKeyword $products=$cache->get("product_page");
if($products==null){ $products=YOURDBQUERIES||GET_PRODUCTS_FUNCTION; //setproductsintocachein600seconds=10minutes $cache->set("product_page",$products,600); }
//OutputYourContents$productsHERE
热门推荐
10 诗词送行祝福语大全简短
11 新房开工吉日祝福语简短
12 50多岁生日简短祝福语
13 安徽疫情祝福语简短英语
14 农民朋友发财祝福语简短
15 对生活祝福语简短精辟
16 搬家词简短祝福语朋友
17 女神结婚快乐祝福语简短
18 文学短句祝福语大全简短