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

NAME

Mail::BIMI::CacheBackend::Null - Cache handling

VERSION

version 3.20210113

DESCRIPTION

Cache worker Role for Null storage

ATTRIBUTES

These values are derived from lookups and verifications made based upon the input values, it is however possible to override these with other values should you wish to, for example, validate a record before it is published in DNS, or validate an Indicator which is only available locally

parent

is=ro required

Parent class for cacheing

CONSUMES

EXTENDS

METHODS

get_from_cache()

Retrieve this class data from cache

put_to_cache($data)

Put this classes data into the cache

delete_cache

Delete the cache entry for this class

REQUIRES

AUTHOR

Marc Bradshaw <marc@marcbradshaw.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2020 by Marc Bradshaw.

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