Modify ↓
Ticket #5205 (closed feature: wontfix)
Currently ajax caching is browser dependant not jQuery dependant, I suggest...
| Reported by: | robustsolution | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | ajax | Version: | 1.3.2 |
| Keywords: | own caching, ajax | Cc: | |
| Blocking: | Blocked by: |
Description
As I am observing that caching requests in ajax by using jQuery framework is still relying on browsers caching capabilities/settings.
Since these settings/capability can not be changed/upgraded by using any JavaScript code, I suggest to make jQuery use its own caching to bypass this problem.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

That's really not something we should implement on our side, it will only bring memory problems and cannot last past a page refresh.