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" );
COPYRIGHT AND LICENSE
Copyright (C) 2014 Steve Kemp <steve@steve.org.uk>.
This library is free software. You can modify and or distribute it under the same terms as Perl itself.