ecshop缓存操作函数
2016-07-07 15:04 来源:www.chinab4c.com 作者:ecshop专家
今天在修改ecshop首页时,发现了两个函数,对购物网站的性能提升很大的哟 /** * 读结果缓存文件 * * @paramsstring$cache_name * * @returnarray$data */ function read_static_cache($cache_name) { if ((DEBUG_MODE & 2) == 2) { return false; } static $result = array(); if (!empty($result[$cache_name])) { return $result[$cache_name]; } $cache_file_path = ROOT_PATH . '/temp/static_caches/' . $cache_name . '.php'; if (file_exists($cache_file_path)) { include_once($cache_file_path); $result[$cache_name] = $data; return $result[$cache_name]; } else { return false; } } /** * 写结果缓存文件 * * @paramsstring$cache_name * @paramsstring$caches * * @return */ function write_static_cache($cache_name, $caches) { if ((DEBUG_MODE & 2) == 2) { return false; } $cache_file_path = ROOT_PATH . '/temp/static_caches/' . $cache_name . '.php'; $content = "<?php\r\n"; $content .= "\$data = " . var_export($caches, true) . ";\r\n"; $content .= "?>"; file_put_contents($cache_file_path, $content, LOCK_EX); } |
回答:
是缓存函数 |
最近更新
常用插件
- ecshop商品分类名称增加样
ecshop插件介绍:本插件可以方便在后台管理,为ecshop商品分类名称增加样...
- ecshop二次开发详细页面生
插件介绍: ECSHOP系统,在很多时候,很多商品没有人购买,不但购买的人...
- ecshop分类批量扩展插件
ecshop分类批量扩展插件,这个插件是ecshop插件里面比较核心的插件。我们...
- ecshop二次商品订购人信息
ecshop二次商品订购人信息填写插件,有时候给朋友送花,或者是送礼品的...
- ecshop2.7.1打印发货单插件
ecshop2.7.1打印发货单插件介绍:ecshop2.7.1和以前的ecshop版本不一样,ecs...
ecshop热门问答
ecshop热门资料
ecshopUCCENTER
ecshop新菜鸟求助
ecshop模版使用问题
ecshop下拉菜单
ecshop用户中心
ecshop购物车
ecshop乱码
ecshop爱收宝
ecshoppatch
ecshop域名空间
ecshop失落的大地
ecshop女性
ecshopline
ecshopshipping_status
[/url]
ecshopreport
ecshop食用油
ecshop新传
gohprose
ecshop中毒
ecshop财付通支付
ecshopaddthis
ecshop密码共存
ecshop文章系统
ecshop网上开店
ecshop申问题
ecshop银联
ecshop误删public_html
ecshop帐户
ecshop系统bug