FOF30\Inflector\Inflector::deleteCache PHP Method

deleteCache() public method

public deleteCache ( )
    public function deleteCache()
    {
        $this->cache['pluralized'] = array();
        $this->cache['singularized'] = array();
    }