Example #1
0
 /**
  * Cache bilgisini get eder
  *
  * @return boolean
  */
 private function getCache($ip)
 {
     //die($this->getCacheId($ip));
     return self::$CACHE->getCache($this->getCacheId($ip));
 }
 /**
  * construct
  */
 public function __construct()
 {
     $this->time = time();
     $this->CACHE =& Cache::factory(\model\Config::CACHE_SITE_CLASS);
 }