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 收生日红包祝福语 简短
13 领证幽默祝福语简短
14 法考面试祝福语简短
15 老哥出门祝福语简短语
16 送灯祝福语简短独特
17 幼儿狗年祝福语大全简短
18 好听的元旦简短祝福语