Prado\I18N\core\MessageCache::clear PHP Method

clear() public method

Flush the cache. Deletes all the cache files.
public clear ( )
    public function clear()
    {
        $this->cache->clean();
    }