0.1.2 • Published 10 years ago

backbone-db-cache v0.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

backbone-db-cache

Provides sync wrapper for caching & LRU cache.

Example:

var Db = require('backbone-db');
var CacheDb = require('backbone-db-cache');

var testModelCache = new CacheDb('testmodel-cache');
var TestModel = Model.extend({
  ...
  type: 'footype',
  sync: CacheDb.cachingSync(Db.sync, testModelCache)
});
0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago