The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.22 - 2012-10-26

  • Make sure cache sets are successful. If the object cannot be remembered clear it from the cache so that inconsistencies do not exist between saved objects in the DB and the cache.
    • An example would be if the size of a new object is too large to store in Memcached and gets rejected without clearing the previous value. The new value would be stored in the DB while the cache value would remain as the old value.
    • For unique key storage all keys must be defined

Modules

Rose::DB::Object Cache using the CHI interface