[Dbix-class] DBIx::Class and caching

David Steinbrunner dsteinbrunner at pobox.com
Tue Jun 24 19:13:15 BST 2008


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





More information about the DBIx-Class mailing list