Browser Cache

Noun · Development

Definitions

  1. The local storage in a browser used to keep copies of previously fetched assets so future page loads can avoid refetching unchanged resources. Browser cache behavior has major impact on performance, rollouts, and bug reproduction because clients may keep older assets longer than expected.

    In plain English: The browser's local storage for previously downloaded files and resources.

    Example: "The hotfix looked broken until they realized the browser cache was still serving the previous JavaScript bundle under the old filename."

Related Terms