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
热门推荐
3 祝福语简短的微信
10 幼儿祝福语大全简短贺卡
11 感谢教官文案祝福语简短
12 鼠年同事祝福语简短创意
13 元旦祝福语 简短独特群发
14 妈咪跟我生日祝福语简短
15 给儿子新婚祝福语简短
16 伴娘祝福语长文案简短
17 恭喜高考完祝福语简短
18 生日祝福语送老公简短