d8d5645ebd
* Database#save(doc, true) caches the doc in a database-specific bulk cache. * Database#save(doc, false), default, saves normally, bulk saving and emptying the cache if one exists. * The cache is automatically saved on Database#save if it excedes a configurable limit, 50 by default. * Database#bulk_save without arguments saves and clears the bulk save cache. |
||
---|---|---|
.. | ||
database.rb | ||
design.rb | ||
document.rb | ||
model.rb | ||
server.rb | ||
view.rb |