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