HTTP

Cache (HTTP)

What is the Cache Cache is temporarily stored data. This is a general concept, and I think this is why many developers struggle with it a lot. Because Cache is temporary data, we should think where and how long to store the data. Where are the data stored There are several locations where we can save cache data. The most common place is the browser in a client. Not only client sides but also server sides (origin servers) can hold a cache.