Cache Storage API

E203898

The Cache Storage API is a web platform feature that lets applications programmatically store and retrieve network responses, enabling offline support and efficient resource caching for modern web apps.

All labels observed (3)

Label Occurrences
Cache Storage API canonical 4
Cache API 1
CacheStorage 1

How this entity was disambiguated

Statements (49)

Predicate Object
instanceOf Web API ⓘ
browser feature ⓘ
accessedVia caches global object ⓘ
browserSupport supported in most modern browsers ⓘ
category Offline and storage APIs ⓘ
commonlyUsedWith Background sync ⓘ
Fetch API ⓘ
definedIn Service Workers specification ⓘ
linked to: Service Workers
differsFrom HTTP cache ⓘ
doesNotProvide automatic eviction policy ⓘ
enables efficient resource caching ⓘ
fine-grained control over cached responses ⓘ
offline support for web applications ⓘ
exposedOn Window interface ⓘ
WorkerGlobalScope ⓘ
keyConcept named caches ⓘ
request-response pairs ⓘ
partOf Progressive Web App technologies ⓘ
Service Worker ecosystem ⓘ
primaryPurpose programmatic caching of network responses ⓘ
providesInterface Cache ⓘ
CacheStorage ⓘ
linked to: Cache Storage API
relatedTo HTTP cache ⓘ
requires developer-managed cache versioning ⓘ
scope per-origin caches ⓘ
securityModel same-origin policy ⓘ
standardizedBy W3C ⓘ
supports asynchronous operations via Promises ⓘ
supportsMethod Cache.add() ⓘ
Cache.addAll() ⓘ
Cache.delete() ⓘ
Cache.keys() ⓘ
Cache.match() ⓘ
Cache.put() ⓘ
caches.delete() ⓘ
caches.has() ⓘ
caches.keys() ⓘ
caches.match() ⓘ
caches.open() ⓘ
supportsUseCase fallback responses when offline ⓘ
install-time asset caching in service worker ⓘ
usedFor offline-first web app strategies ⓘ
precaching application shell assets ⓘ
reducing bandwidth usage ⓘ
reducing network latency ⓘ
runtime caching of network requests ⓘ
worksWith Request objects ⓘ
Response objects ⓘ
Service workers ⓘ
linked to: Service Workers

How these facts were elicited

Referenced by (6)

Full triples — surface form annotated when it differs from this entity's canonical label.

Progressive Web Apps → usesTechnology → Cache Storage API ⓘ
Service Worker → usesAPI → Cache Storage API ⓘ
subject linked to: Service Workers
Cache Storage API → providesInterface → CacheStorage ⓘ
linked to: Cache Storage API
Web Storage API → relatedConcept → Cache Storage API ⓘ
Indexed Database API → relatedTo → Cache API ⓘ
linked to: Cache Storage API
Chrome Web Platform features → includesAPI → Cache Storage API ⓘ