>
> I guess I could cache it at the controller level.  But the incoming url is 
> like "scheme://app/control/func/subfunc?vars...".  So I guess I'd parse it 
> at the controller level and then apply caching only for 
> "func/subfunc?vars..." which is the json-returning part.  I've not really 
> used cache.action much and it has a ton of options.
>

This isn't quite clear -- what do you mean "func/subfunc?vars..." is the 
json-returning part? Are you saying you only want to cache when an Ajax 
call is made to the controller action? It might help to show some code.

Anthony

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to