doFlush() abstract protected method

Flushes all cache entries.
abstract protected doFlush ( ) : boolean
return boolean TRUE if the cache entries were successfully flushed, FALSE otherwise.
 /**
  * @inheritdoc
  */
 protected function doFlush()
 {
     return $this->cacheProvider->doFlush();
 }