Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6917301
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T09:42:47+00:00 2026-05-27T09:42:47+00:00

jQuery : *cacheBoolean Default: true, false for dataType ‘script’ and ‘jsonp’ If set to

  • 0

jQuery :

*cacheBoolean
Default: true, false for dataType 'script' and 'jsonp'
If set to false, it will force requested pages not to be cached by the browser. 
Setting cache to false also appends a query string parameter, "_=[TIMESTAMP]", to the URL.*

my question :

cached by the browser ???

if i have an ASHX handler which returns me :

'<div>lalala</div>'

will this be saved on the browser temporary Internet Files ?

I dont think so….

so where does it saves it ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T09:42:48+00:00Added an answer on May 27, 2026 at 9:42 am

    jQuery itself does not perform any caching of the AJAX response. Setting cache: false serves only to trick the browser into ignoring its own cache by adding a timestamp to the requested URL.

    For example, running:

    $.ajax('/ajax_handler.php', { cache: false });
    

    Will result in a request for /ajax_handler.php?_=1323308900002.

    Any subsequent request will include a newer timestamp at the end, which will cause the browser to ignore cached versions of the file and request a new copy.

    So, all setting cache: true does is instruct jQuery to not append this cache-busting timestamp (the current default anyway), allowing the browser to cache the file as it normally would*.

    In summary: any caching that happens is just regular browser caching, the files will be stored however the browser typically stores its cache.

    * Note that “as it normally would” might mean not caching the file! jQuery doesn’t do anything to ensure caching, it’s up to the browser. If the page sends certain Cache-control or pragma headers, it simply won’t be cached. It would arguably make more sense for jQuery to have a “cacheBust” setting that’s the inverse of cache, because that’s all jQuery can do: attempt to prevent caching.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

jQuery UI has the option to initialize tabs with the tabs set to fade
jQuery(document).ready(function(){ $(#submitButton).click(function () { if ( $(#formToSubmit).validationEngine('validate') == true) { $(#formToSubmit).submit(); } }); I
jquery $(.gallery_bg).fancybox({//displaying images /*openEffect : 'elastic', closeEffect : 'elastic', 'cyclic':'true', 'scrolling':'yes', 'showNavArrows':'true', helpers :
jQuery.extend( jQuery.jgrid.edit, { ajaxEditOptions: { contentType: application/json }, //form editor reloadAfterSubmit: true // afterSubmit:
JQuery is not working in ASP 2.0 pages which were developed under VS 2005
jQuery's highlight method will highlight any div with a yellow background. How do I
jQuery(document).ready(function ($) { $('body').keypress(function (e) { alert(e.which); }); }); This will pop up an
Jquery Source : $.ajax({ type: 'get' , dataType: 'text' , url: 'navigation.html' , cache:
Jquery puzzle I've got a php script that returns the name of random jpg
jQuery: <script type=text/javascript src=http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js/> $(document).ready({ $(.title).click(function(){ var descID = $(this).attr(id); var newID = #+descID+d;

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.