校内开放平台

缓存使用

$memcache = new Memcache;
$memcache->connect($this->config->config['memcache']['host'], $this->config->config['memcache']['port']);
$mkey = 'friends_'.$this->uid;
if ( !($friends = $memcache->get($mkey) ) ) {
	$friends = $this->xnapp->friends('get',$params);
	
	$memcache->set($mkey, $friends, 0, 60*60);
}
apps/xiaonei.txt · 最后更改: 2008/08/02 03:48 由 58.31.68.160
到顶部
chimeric.de = chi`s home Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0 红麦软件 红麦软件