Adds in memory caching support for models.
var MyModel = patio.addModel("testTable", { plugins : [patio.plugins.CachePlugin]; }); //NOW IT WILL CACHE
comb.define(null, {