Cache::FastMmap worked perfectly...
use Catalyst qw/
# snip
Cache
/;
__PACKAGE__->config->{cache}{backend} = {
class => "Cache::FastMmap",
};
then $c->cache->get and set work as intended.
_______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
