2013-07-05から1日間の記事一覧

DooPHP

http://www.doophp.com/ DooFileCache $cacheFolder = 'aaa'; $cacheId = 'bbb'; $cacheExpire = 30; // 30s $data = Doo::cache('file')->getIn($cacheFolder, $cacheId); if (!$data) { $data = ... ; Doo::cache('file')->setIn($cacheFolder, $cacheId, …