コード例 #1
0
ファイル: SorguKisitlama.class.php プロジェクト: QRMarket/PHP
 /**
  * Cache bilgisini get eder
  *
  * @return boolean
  */
 private function getCache($ip)
 {
     //die($this->getCacheId($ip));
     return self::$CACHE->getCache($this->getCacheId($ip));
 }
コード例 #2
0
 /**
  * construct
  */
 public function __construct()
 {
     $this->time = time();
     $this->CACHE =& Cache::factory(\model\Config::CACHE_SITE_CLASS);
 }