Does DBIx::Class handle caching of objects? Example: I do this,
my $album1 = $schema->resultset('Album')->find(14); my $album2 = $schema->resultset('Album')->find(14);
Are these two objects going to be the same object or are they two separate objects. Basically I don't want to worry about race conditions between them.
In reply to DBIx::Class Object Caching by Herkum
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |