/**
  * Executes action on the given cache object
  * @param QAbstractCacheProvider $objCache The cache object to apply this action to.
  */
 public function Execute(QAbstractCacheProvider $objCache)
 {
     $objCache->DeleteAll();
 }