Example #1
0
 /**
  * Clear all keys from the cache.
  * 
  * This method returns true on success and false on failure.
  * 
  * @return bool
  */
 public function clear()
 {
     return Storage::deleteDirectory($this->_dir) ? true : false;
 }