Back to CacheStorage class

Method flush

public bool
flush
()
Flush all existing items in storage.
Returns
  • bool
Since
  • 3.6.3
Class: CacheStorage
Project: Joomla

Method flush - Source code

/**
 * Flush all existing items in storage.
 *
 * @return  boolean
 *
 * @since   3.6.3
 */
public function flush()
{
    return true;
}