Prado\Caching\TCache::flush PHP Method

flush() public method

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');
    }