Tag: cache

What is a browser cache and invalidating the cache?

What is a cache? Caching is basically storing a result, so that next time, it will be faster. Say you get the data you need the first time, and then you save that result. The next time you need the data again, you’ve already cached the result, so the...