in reply to persistent cache using Cache::FileCache

I haven't tried it, but would IPC::SharedCache meet your needs? Sounds like it allows for caching between processes using cache in memory.

-fp
  • Comment on Re: persistent cache using Cache::FileCache

Replies are listed 'Best First'.
Re^2: persistent cache using Cache::FileCache
by perrin (Chancellor) on Nov 05, 2004 at 04:37 UTC
    It has poor performance. Much worse than Cache::FileCache.