cachify

0.0.5 • Public • Published

Cachey, A Module For HTML5 cache

var cachey = require("cachey");
var express = require("express");
var app = express();

cachey({
    cache:[
        // Files To Cache
    ],
    network:[
        // Files NOT TO Cache
    ],
    fallback:[
        // Fallback
    ]
},app);

// All HTTP Verbs For /app.cache will load the cache

cachey.reload(); // Reload The Cache

cachey.init({/*Params*/}); // Re Init The Cache

contact ariporad@gmail.com with questions

Package Sidebar

Install

npm i cachify

Weekly Downloads

2

Version

0.0.5

License

BSD

Last publish

Collaborators

  • ariporad