xerdi:caching

v0.0.4Published last year

Meteor Caching

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

Installation

Add the package to your project:

meteor add xerdi:caching

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();