Gdn_Cache::flush PHP Method

flush() abstract public method

Gdn_Cache::Flush() invalidates all existing cache items immediately. After invalidation none of the items will be returned in response to a retrieval command (unless it's stored again under the same key after Gdn_Cache::Flush() has invalidated the items).
abstract public flush ( ) : boolean
return boolean true on success of false on failure.
    public abstract function flush();