Pheasant\Cache\ArrayCache::clear PHP Method

clear() public method

public clear ( )
    public function clear()
    {
        $this->_cache = array();
    }