Binary package “libmemoize-memcached-perl” in ubuntu bionic

implementation of Memoize using memcached for storage

 Memoize::Memcached is a Perl module that implements an interface similar to
 the Memoize module available in Perl core. It is designed to store results
 using one or more memcached servers.
 .
 For the theory of Memoization, please see the Memoize module documentation.