コード例 #1
0
 /**
  * remove deleted files in $path from the cache
  *
  * @param string $path
  */
 public function cleanFolder($path)
 {
     if ($path != '') {
         parent::cleanFolder($path);
     }
 }