I guess you mean that, you once planned to use cache feature, but did not. Currently there is no @cache.ram(...) or something inside the controller. Again, not a big deal. :-P
On May4, 11:54pm, mdipierro <[email protected]> wrote: > because the former allows me to cache both action and view. > > On May 4, 10:47 am, Iceberg <[email protected]> wrote: > > > BTW, just noticed you use: > > def dal(): return response.render(dict()) > > in the controller. Why not just use: > > def dal(): return {} > > But anyway, not a big deal. :-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

