/**
  * Keep the cache directory nice and clean
  *
  * @return boolean
  */
 public function cleanCache()
 {
     return $this->phpThumb->CleanUpCacheDirectory();
 }