
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.