in reply to Re: Re: Re: Cache::MemoryCache
in thread Cache::MemoryCache

I recommend you use Cache::FileCache instead of Cache::SharedMemoryCache. The file cache is much faster. If you want to go even faster, Cache::Mmap is a good choice.