xerdi:caching

v0.0.1Published 2 years ago

Meteor Caching

The universal service worker for caching resources in a Meteor project.

Getting Started

The caching service is started automatically on the client. The service can be stopped by:

1import {CacheService} from 'xerdi:caching';
2
3CacheService.stop();