Prado\Caching\TCache::flush PHP Méthode

flush() public méthode

Be careful of performing this operation if the cache is shared by multiple applications. Child classes may implement this method to realize the flush operation.
public flush ( )
    public function flush()
    {
        throw new TNotSupportedException('cache_flush_unsupported');
    }