Hi Friends,

I've an AJAX request like -

http://www.example.com/getData?paramX=100&paramY=200

This AJAX response is rendered in a DIV in browser...

I want to cache this action for given paramX and paramY...I want to
store HTML response for this URL and then send the same HTML in case
the same URL is received...

I am using Symfony 1.0 ...

The documentation warns that "Actions called with a POST method or
with GET parameters are not cached." but doesn't elaborate on that
warning... :(

How can I achieve this?

Thanks in advance... :)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to