Last night someone asked me about Merb's caching features and I wasn't sure what was available.
Today I checked and if you install the merb-cache gem (from the merb-plugin repo) you will have access to: - page caching: - action caching - fragment caching - object caching and you can use one of the following cache store: - memory - memcache - file - database (sequel, datamapper, activerecord) I know there's not a lot of documentation out there for Merb, but look at Merb's RDoc, it's usually enough to get you started. -Matt --~--~---------~--~----~------------~-------~--~----~ SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby -~----------~----~----~----~------~----~------~--~---
