Andreas Pronakis wrote: > 4. If there isn't native support for the above, can someone give me any advice > and/or examples regarding using DBIx::Class and MemCache to achieve the same > result?
Data::ObjectDriver has built in support for syncing row objects with all find, search, update and delete operations in a number of caching systems including Memcached. I have a side project in progress to bring this same type of functionality DBIx:Class. At this point it is quite rough but supports everything but search, at least in in the basically usage I have been testing it against so far. If you are anyone else has interest in this let me know so that a level of coordination might be put in place and hopefully get this into something that is worth releasing. Thanks, -- David Steinbrunner _______________________________________________ List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/ Searchable Archive: http://www.grokbase.com/group/[EMAIL PROTECTED]
