Description
DBIx::Class query cursors can cache result data for repeated access. Developers use this module to reduce repeated database work in ORM-based applications. Cached result sets may contain sensitive records and should follow host application cache policy.