Prado\I18N\core\MessageCache::clear PHP 메소드

clear() 공개 메소드

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