Adds in memory caching support for models.

Example
var MyModel = patio.addModel("testTable", {
    plugins : [patio.plugins.CachePlugin];
});

//NOW IT WILL CACHE
            

Constructor

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

Documentation generated using coddoc.