libmemoize-memcached-perl

Implementation of memoize using memcached for storage
  http://search.cpan.org/dist/Memoize-Memcached/
  0
  no reviews



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.