Binary package “libdbix-class-cursor-cached-perl” in ubuntu bionic

cursor object with built-in caching support

 DBIx::Class::Cursor::Cached is a Perl module providing a cursor class with
 built-in caching support. It allows for traversal of an arbitrary result set
 using "next", retrieving all results with "all" and resetting the cursor with
 "reset." Moreover, it caches your results to increase speed.