Esempio n. 1
0
 /**
  * @return \phpFastCache\Core\DriverAbstract
  */
 protected function _tagCaching()
 {
     return CacheManager::Sqlite(array("path" => $this->config['path'], "cache_method" => 3));
 }