Hi, I'm building a new website using pyramid for the first time. I have some experience with pylons and I'm finding some utilities I was using with pylons are missing in pyramid. Up till now I was able to reimplement most of what I needed, but I'm having trouble understanding what is the right way to integrate the beaker caching system inside my application. I am already using the pyramid_beaker session factory, but there doesn't seem to exist a beaker cache factory (or a valid alternative).
Are there any plans for such a feature? How should I proceed to implement it myself? I think I probably should define my own "request factory", so that I can create custom requests with a request.cache property but I'm not sure if it's the right thing to do and I need some pointers. Any help is much appreciated. Thanks. -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, send email to pylons-de...@googlegroups.com. To unsubscribe from this group, send email to pylons-devel+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/pylons-devel?hl=en.