in reply to SharedMemoryCache: How does it really work?
Cache::FileCache would probably be easier to use and is often faster than Cache::SharedMemoryCache. However, both should work. You probably have a problem in your code somewhere that is preventing it from doing what you expect. Do some debugging.