xerdi:caching

v0.0.4Published 3 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

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