NAME
PayProp::API::Public::Client::Authorization::Storage::Memcached - Memcached storage solution.
SYNOPSIS
use PayProp::API::Public::Client::Authorization::Storage::Memcached;
my $MemcachedStorage = PayProp::API::Public::Client::Authorization::Storage::Memcached->new(
servers => [ '127.0.0.1:11211' ], # Required: List of memcached servers.
encryption_secret => 'bleh blurp berp',
throw_on_storage_unavailable => 1,
);
DESCRIPTION
Memcached storage solution to be provided for PayProp::API::Public::Client::Authorization::*
.
ATTRIBUTES
PayProp::API::Public::Client::Authorization::Storage::Memcached
implements the following attributes.
servers
List of memcached servers.
Memcached
Client library for memcached.
AUTHOR
Yanga Kandeni <yangak@cpan.org>
Valters Skrupskis <malishew@cpan.org>
COPYRIGHT
Copyright 2023- PayProp
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
If you would like to contribute documentation or file a bug report then please raise an issue / pull request: