Cache API exposed to window and worker contexts (not just service worker) shipped in Chrome 43. As of Chrome 46, the API is restricted to secure origins (HTTPS only), per https://github.com/slightlyoff/ServiceWorker/issues/709
Docs: https://developer.mozilla.org/en-US/docs/Web/API/Cache https://developer.mozilla.org/en-US/docs/Web/API/Cache/add https://developer.mozilla.org/en-US/docs/Web/API/Cache/addAll https://developer.mozilla.org/en-US/docs/Web/API/Cache/put