hoodiehq / faq

Frequently asked questions about Hoodie
faq.hood.ie
11 stars 3 forks source link

How does Hoodie handle the caching mechanism? #136

Closed micsag closed 7 years ago

micsag commented 7 years ago

Is Hoodie using any plugins for caching the application or is it using ServiceWorkers to do that? Can you explain me the exact mechanism.

gr2m commented 7 years ago

Hoodie is not caching any assets, only data. You can use ServiceWorker or applicationCache to cache your app’s assets like HTML files or images.

But what you can check out is our tutorial at http://camp-tutorial.hood.ie, it combines ServiceWorker with Hoodie to show how the two work together.

Does that answer your question?

micsag commented 7 years ago

Thank you, now it´s clear to me.