libdbix-class-cursor-cached-perl

Cursor object with built-in caching support
  http://search.cpan.org/dist/DBIx-Class-Cursor-Cached/
  0
  no reviews



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.