Does Web Cache improve availability?
Yes. Since it can cache the results from back-end application server, Web Cache can provide responses even when the backend servers are temporarily down. However, it is generally not a good way to provide availability for longer downtime durations. It may however be adequate for largely static requests.