Beispiel #1
0
 public function apc()
 {
     if (!PandraCore::getAPCAvailable()) {
         PandraLog::warn('APC Unavailable');
     } else {
         $this->_cacheScheme = self::CACHE_APC;
     }
     return $this;
 }