OpenPlugin::Cache

Base class for putting data in and getting information out of a cache
Download

OpenPlugin::Cache Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Eric Andreychek
  • Publisher web site:
  • http://search.cpan.org/~eric/OpenPlugin-0.11/OpenPlugin/Application.pm

OpenPlugin::Cache Tags


OpenPlugin::Cache Description

Base class for putting data in and getting information out of a cache OpenPlugin::Cache is a Perl class for putting data in and getting information out of a cache.SYNOPSIS use OpenPlugin(); $OP = OpenPlugin->new(); my $id = $OP->cache->save( $large_data_set ); ... my $data = $OP->cache->fetch( $id );This plugin is designed to save data to a cache, and later retrieve that information from that cache. It is very similar to sessions, but data which is cached is meant for all users. Session data is only meant for the user associated with that particular session.Data you'd typically want to cache includes information returned which requires a lot of time or processing to retrieve. One example is large database queries. Requirements: · Perl


OpenPlugin::Cache Related Software