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

NAME

GunghoX::FollowLinks::Rule::Fresh::Cache - Store URLs In A Cache Of Your Choice

SYNOPSIS

  GunghoX::FollowLinks::Rule::Fresh->new(
    storage => {
      module => "Cache",
      config => {
        cache => {
          module => "Cache::Memcached",
          config => {
            hashref => 1,
            servers => [ '127.0.0.1:11211' ]
          }
        }
      }
    }
  );

METHODS

new

put

get