SpeedPHP Framework
首页
新版下载
手册教程
案例
全程例子
3.1版
3.1手册
提问或咨询请发邮件到:
jake@speedphp.com
QQ群:118084122
(加群验证:SpeedPHP)
请问可以这样设置缓存吗?
发布于:
2022-01-17 09:50:54
#1 manjinzi
可以这样设置缓存吗?
return $this->spCache(3600 * 24)->find($conditions, null, null, null);
清除缓存
$obj->spCache(-1)->find();
谢谢!
2011-04-07 17:11:11
#2 jake
http://speedphp.com/spcache-php-cached-by-functions.html
2011-04-08 07:06:37