chrisjo
Mar 16th, 2006, 01:35 PM
I'm starting an application whose data is kinda intensive to process, and it doesn't change very often (everything from every couple of hours to once a day).
How do I go about to implement a full cache of a page? After the cache has been built I would like the controller to just throw back a static page, not forwarding to jsp or making any database calls. In other words a fully cached page should involve close to no processing. I'd rather not pregenerate all the pages since there are some pages that refresh more othen than others and so on. Is this possible, and if so can anyone point me in the right direction?
How do I go about to implement a full cache of a page? After the cache has been built I would like the controller to just throw back a static page, not forwarding to jsp or making any database calls. In other words a fully cached page should involve close to no processing. I'd rather not pregenerate all the pages since there are some pages that refresh more othen than others and so on. Is this possible, and if so can anyone point me in the right direction?