Cache replacement policies
algorithm for caching data

In computing, cache replacement policies (also known as cache replacement algorithms or cache algorithms) are optimizing instructions or algorithms which a computer program or hardware-maintained structure can utilize to manage a cache of information. Caching improves performance by keeping recent or often-used data items in memory locations which are faster, or computationally cheaper to access, than normal memory stores. When the cache is full, the algorithm must choose which items to discard to make room for new data.
Overview
The average memory reference time is
T
=
m
×
T
m
+
T
h
+
E
{\displaystyle T=m\times T_{m}+T_{h}+E}
where
m
{\displaystyle m}
= miss ratio = 1 - (hit ratio)
T
m
{\displaystyle T_{m}}
= time to make main-memory access when there is a miss (or, with a multi-level cache, average memory reference time for the next-lower cache)
T
h
{\displaystyle T_{h}}
= latency: time to reference the cache (should be the same for hits and misses)
E
{\displaystyle E}
= secondary effects, such as queuing effects in multiprocessor systems
A cache has two primary figures of merit: latency and hit ratio. A number of secondary factors also affect cache performance.
The hit ratio of a cache describes how often a searched-for item is found. More efficient replacement strategies track more usage information to improve the hit rate for a given cache size. The latency of a cache describes how long after requesting a desired item the cache can return that item when there is a hit. Faster replacement strategies typically track less usage information—or, with a direct-mapped cache, no information—to reduce the time required to update the information. Each replacement strategy is a compromise between hit rate and latency.
Begin with the source’s own compact description: “Cache replacement policies” is algorithm for caching data. The dossier treats that line as a proposition to test through Cache, replacement and policies, not as a finished interpretation.
Why this record matters
The phrase “algorithm for caching data” supplies a clear boundary for inquiry. It also exposes the unanswered questions: who defined that boundary, when it became stable and which sources sit outside it.
Vocabulary and entity names are the principal evidence signals here, because they determine the precision of every later search. The source revision retrieved here is dated Sep 22, 2026. The linked authority identifier is Q13404475. None of the 0 selected statements returned an explicit reference.
A concise general-reference account can conceal disagreements about scope, terminology or the weight assigned to individual sources. The lead is largely declarative, so disagreement and counter-evidence require a deliberate search beyond the opening account. Authority statements aid reconciliation but still require their own references, qualifiers and ranks to be checked.
How to read it
Use the entry as an orientation point, then follow its citations and revision history. Names, dates and institutional relationships should be checked against the original record.
- Subject orientation
- Search vocabulary
- Locating named sources
The closest primary source, responsible institution and strongest cited specialist reference.
Three-step research path
- Establish the record: confirm the title “Cache replacement policies”, its source revision and the description used here.
- Expand the search: follow Cache replacement policies primary sources, Cache replacement policies archive and Cache research across catalogues and specialist indexes.
- Test the account: compare the strongest cited source with the responsible institution’s current record and note any disagreement.
Questions for further research
- Which source most directly establishes the central claim about “Cache replacement policies”?
- Which institution is responsible for the underlying evidence?
- Which cited source is closest to the event, object or claim?
Search terms from this dossier
This entry incorporates text from “Cache replacement policies” on English Wikipedia. Contributors are listed in the page history. Text is available under the Creative Commons Attribution-ShareAlike 4.0 License. Selected authority identifiers and statements are retrieved from Wikidata under CC0; their references and qualifiers remain part of the verification path.