Exemplo n.º 1
0
 public function info()
 {
     $backend = Garp_Cache_Manager::getCacheBackend();
     Garp_Cli::lineOut('# Server cache backend');
     $out = $backend ? 'Backend type: ' . get_class($backend) : 'No cache backend found';
     Garp_Cli::lineOut($out);
 }