Prado\Caching\TAPCCache::flush PHP Method

flush() public method

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