예제 #1
0
 public function getinfo()
 {
     $this->oDebug->append("STA " . __METHOD__, 4);
     if ($data = $this->memcache->get(__FUNCTION__)) {
         return $data;
     }
     return $this->memcache->setCache(__FUNCTION__, parent::getinfo(), 30);
 }