Skip to content

Universal service worker for caching resources in a Meteor project

License

Notifications You must be signed in to change notification settings

Xerdi/meteor-caching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

import {CacheService} from 'xerdi:caching';

CacheService.stop();

About

Universal service worker for caching resources in a Meteor project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published