lithium\storage\cache\adapter\Apc::clear PHP Method

clear() public method

The behavior and result when removing a single key during this process fails is unknown.
public clear ( ) : boolean
return boolean `true` on successful clearing, `false` otherwise.
    public function clear()
    {
        return apc_clear_cache('user');
    }