Flintstone\Cache\ArrayCache::flush PHP Method

flush() public method

public flush ( )
    public function flush()
    {
        $this->cache = array();
    }