NAME
WebService::Amazon::Route53::Caching::Store::DBM - DBM-based cache-storage.
SYNOPSIS
This module implements several methods which makes it possible to get/set/delete cached values by a string-key.
The module will expect to be passed a filename to use for the cache in the constructor:
my $redis = Redis->new();
my $cache = WebService::Amazon::Route53::Caching::Store::DBM->new( path => "/tmp/db.db" );