The universal service worker for caching resources in a Meteor project.
Add the package to your project:
meteor add xerdi:caching
The caching service is started automatically on the client. The service can be stopped by:
import {CacheService} from 'xerdi:caching';
CacheService.stop();