[Catalyst] Re: Sessions stored only at end of request
    Chris Czub 
    chris.czub at gmail.com
       
    Mon Mar 10 18:47:27 GMT 2008
    
    
  
Cache::FastMmap worked perfectly...
use Catalyst qw/
# snip
    Cache
/;
__PACKAGE__->config->{cache}{backend} =3D {
        class =3D> "Cache::FastMmap",
     };
then $c->cache->get and set work as intended.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20080310/08433=
c14/attachment.htm
    
    
More information about the Catalyst
mailing list