cacheuri
Cacheuri is a conceptual caching abstraction used in distributed systems to represent a cached resource's identifier and its associated metadata. The term is used to describe the combination of a resource's URI and the data that governs its validity and retrieval from caches.
A cacheuri entry typically includes: the URI string, the time it was cached, an expiry time or
Operations on a cacheuri cache include storing a new entry after a fetch, retrieving an entry by
In practice cacheuri is used in content delivery networks, reverse proxies, browser caches, and service meshes
There is no formal standard named cacheuri; it relates to established HTTP caching concepts such as cache-control