[Dbix-class] can we store the DBIx::Class into cache system?

Rob Kinyon rob.kinyon at gmail.com
Mon Jul 27 22:35:57 GMT 2009


On Fri, Jul 24, 2009 at 03:22, Mike.G<hylinux at gmail.com> wrote:
> Hi, all, I have a question about the how to save the DBIx::Class object into
> cache system, example: we use CHI,   my question is: just save DBIx::Class
> into Cache system like other
> data type? I mean just like array, hash, scalar? don't need do other things?
>
> so,  the DBIx::Class will be lost database connection and lost data?

FYI - most cache systems don't deal with with caching a $dbh.

Rob



More information about the DBIx-Class mailing list