Re: [Catalyst] Recommended caching back-ends

2011-10-07 Thread Alexander Hartmaier
Hi Toby, note that you can still use Cache::FastMmap with Catalyst::Plugin::Cache (Config::General config file section): Plugin::Cache backend class Cache::FastMmap expires 3600 cache_size 8m /backend /Plugin::Cache It took me also some time to find out which module is

[Catalyst] Recommended caching back-ends

2011-10-06 Thread Toby Corkindale
Hey all, I noticed today that Catalyst::Plugin::Cache::FastMmap has been DEPRECATED for some now. (With dire warnings about it segfaulting or discarding data randomly) I just wondered what the recommended caching backend is now, to use with Catalyst::Plugin::Cache. (In my case, cached data