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

  • SEARCH
  • Home
  • 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 7779697
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T18:42:15+00:00 2026-06-01T18:42:15+00:00

As the title says, how can i clear Outputcache on client side ? I

  • 0

As the title says, how can i clear Outputcache on client side? I have several ajax calls that needs to be cleared after user does some specific actions.

I tried:

Response.RemoveOutputCacheItem(Url.Action("Action", "Controller"));

But it didn’t work.

I even tried to expire it mannually (even though this would be a bad approach):

                Response.Expires = 0;
                Response.ExpiresAbsolute = DateTime.Now.AddMinutes(-1);
                Response.AddHeader("pragma", "no-cache");
                Response.AddHeader("cache-control", "private");
                Response.CacheControl = "no-cache";

That didn’t worked out too.

Just to be clear, i’m using OutputcacheLocation = Client. If i set it to Server the examples above work flawlessly.

  • 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-06-01T18:42:17+00:00Added an answer on June 1, 2026 at 6:42 pm

    If what you need is the axax call to return different data each time despite caching, when called with the same arguments, the only reliable way is to add another variable in the query string, which is always different, e.g. the time down to the millisecond.

    Here’s how I do it (parameter no_cache):

    <script type="text/javascript">
    Date.prototype.getTicksUTC = function() 
    {
        return Date.parse(this.toUTCString()) + this.getUTCMilliseconds();
    } // End Function getTicksUTC
    
    
    Date.prototype.getTicksGMT = function() 
    {
        return Date.parse(this.toGMTString()) + this.getMilliseconds();
    } // End Function getTicksGMT
    
    var strURL= "http://localhost/ajax/whateverhandler.ashx?param1=value1&para2=value2&paraN=valueN&no_cache=" + new Date().getTicksUTC();
    alert(strURL);
    
    </script> 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

as the title says, is there a way I can have a clock that
I'm trying to do what the title says. I've seen that font-size can be
Just as the title says: How can TcpClient implement IDisposable and not have a
As the title says, my problem is that I don't know If/How I can
As the title says, can I do this with a POSIX file descriptor? In
As the title says, I would like to know where or how you can
As it says in the title , how can I tell if the mysql_real_escape_string
The title says it mostly. If I have an object in Python and want
The title says it! I know that Jon Skeet was working on an implementation
The title says enough I think. I have a full quality BufferedImage and I

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.