Top "Offline-caching" questions

Offline caching typically means storing locally the data obtained from a remote service to make it possible to browse the data even when there is no connection to the storage.

Can Retrofit with OKHttp use cache data when offline

I'm trying to use Retrofit & OKHttp to cache HTTP responses. I followed this gist and, ended up with this …

java caching retrofit okhttp offline-caching
Why isn't express-js setting the Content-Type header?

I have the following: var express = require('express'), app = express.createServer(); app.get("/offline.manifest", function(req, res){ res.contentType("…

javascript node.js http-headers express offline-caching
Offline mode for Android app using the Google Maps API

Is there a way to use the offline mode in Android apps using the Google Maps API? Any direction to …

android google-maps offline-caching
Where does Google Music store the "offline tracks"?

I have about 8 gigs of music stored within Google Music, and I recently got sick of streaming (and risking data …

android offline-caching
How to properly invalidate an HTML5 Cache Manifest for online/offline web apps?

I'm currently using a Cache Manifest (as described here). This effectively makes the necessary resources to run the application available …

firefox caching html offline-caching
How to force service worker to update?

I'm using sw-precache to generate my service work with Polymer CLI build process, so it's intended to update the hash …

html service-worker offline-caching progressive-web-apps sw-precache
How to make offline maps(using leaflet OSM) , by caching?

I am trying to make offline maps through caching (IndexedDB) in browser. I understand the concept is that I download …

offline indexeddb leaflet offline-caching
Removing HTML5 Offline AppCache

I have an HTML document with an associated appcache manifest. But now I want to get rid of offline application …

html offline-caching manifest.cache cache-manifest html5-appcache
An unknown error occurred when fetching the script (Service Worker)

When going offline, I get the following error by my service worker: (unknown) #3016 An unknown error occurred when fetching the …

javascript manifest service-worker offline-caching progressive-web-apps
How do I specify a wildcard in the HTML5 cache manifest to load all images in a directory?

I have a lot of images in a folder that are used in the application. When using the cache manifest …

html caching manifest offline-caching offlineapps