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

flush() 공개 메소드

Be careful of performing this operation if the cache is shared by multiple applications.
public flush ( )
    public function flush()
    {
        return apc_clear_cache('user');
    }