Prado\Caching\TCache::flush PHP 메소드

flush() 공개 메소드

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