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

NAME

Gideon::Plugin::Cache - Cache Plugin

VERSION

version 0.0.2

SYNOPSIS

  # Cached search
  my @users = User->find( -cache_for => '10m' );
  # If a cache is registered by Gideon::Registry, attempts to retrieve the results
  # from the cache, if it not exists it will cache it for 10 minutes

  # Non-cached search
  my @users = User->find;

DESCRIPTION

You can use caching for hot searches whose results don’t change much. This plugin uses the cache registered using Gideon::Registry to get/set objects from it.

NAME

Gideon::Plugin::Cache

VERSION

version 0.0.2

AUTHOR

Mariano Wahlmann, Gines Razanov

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Mariano Wahlmann, Gines Razanov.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 78:

Non-ASCII character seen before =encoding in 'don’t'. Assuming UTF-8