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 ⓘ
surface form: Service Workers specification
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 ⓘ
Cache Storage API self-linksurface differs ⓘ
surface form: CacheStorage
relatedTo HTTP cache ⓘ
requires developer-managed cache versioning ⓘ
scope per-origin caches ⓘ
securityModel same-origin policy ⓘ
standardizedBy World Wide Web Consortium ⓘ
surface form: 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 ⓘ
surface form: 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 Workers → usesAPI → Cache Storage API ⓘ
subject surface form: Service Worker
Cache Storage API → providesInterface → Cache Storage API self-linksurface differs ⓘ
this entity surface form: CacheStorage
Web Storage API → relatedConcept → Cache Storage API ⓘ
Indexed Database API → relatedTo → Cache Storage API ⓘ
this entity surface form: Cache API
Chrome Web Platform features → includesAPI → Cache Storage API ⓘ