Side navigation
#5205 closed feature (wontfix)
Opened September 11, 2009 10:25AM UTC
Closed September 12, 2009 03:12AM UTC
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: | |
Blocked by: | Blocking: |
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.
Attachments (0)
Change History (1)
Changed September 12, 2009 03:12AM UTC by comment:1
resolution: | → wontfix |
---|---|
status: | new → closed |
That's really not something we should implement on our side, it will only bring memory problems and cannot last past a page refresh.