Ejemplo n.º 1
0
 /**
  * update the folder size and the size of all parent folders
  *
  * @param string|boolean $path
  * @param array $data (optional) meta data of the folder
  */
 public function correctFolderSize($path, $data = null)
 {
     if ($this->cache instanceof Cache) {
         $this->cache->correctFolderSize($path, $data);
     }
 }
Ejemplo n.º 2
0
 /**
  * update the folder size and the size of all parent folders
  *
  * @param string|boolean $path
  * @param array $data (optional) meta data of the folder
  */
 public function correctFolderSize($path, $data = null)
 {
     $this->cache->correctFolderSize($path, $data);
 }