Adds in memory caching support for models.

Example
  1. var MyModel = patio.addModel("testTable", {
  2. plugins : [patio.plugins.CachePlugin];
  3. });
  4.  
  5. //NOW IT WILL CACHE

Constructor

Defined plugins/cache.js Source
  1. comb.define(null, {

Documentation generated using coddoc.