Ejemplo n.º 1
0
 /**
  * @return int CacheSize
  */
 public function getCacheSize()
 {
     $cacheDirectoryRoot = $this->configurationBuilder->buildExtensionConfiguration()->getHashFilesystemRootAbsolute();
     return Tx_Yag_Domain_FileSystem_Div::getDirSize($cacheDirectoryRoot);
 }