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 6929357
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T11:18:24+00:00 2026-05-27T11:18:24+00:00

I have a very data intensive operation in my MVC3 application. To get some

  • 0

I have a very data intensive operation in my MVC3 application. To get some performance gains, I have cached the result as follows:

[OutputCache(Duration=60,VaryByParam="none")]
    public ActionResult Index(string server, string database)
{ //get+display a list of objects
}

This works well. But I want to clear the cache if certain actions happen like an Edit or Create. To clear the cache I am doing this

var urlToRemove = Url.Action("HtmlOutputMethod", "Controller");
Response.RemoveOutputCacheItem(urlToRemove);

Following: How to programmatically clear outputcache for controller action method

BUT when I try to cache the Action on the Server so that the cache deletion actually works like this:

[OutputCache(Location="Server", Duration=60,VaryByParam="none")]
    public ActionResult Index(string server, string database)

I get this error:

Cannot implicitly convert type ‘string’ to
‘System.Web.UI.OutputCacheLocation’

Is this deprecated in MVC3 or am I missing an assembly? I see this used all over the place but it won’t compile on my machine.

  • 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-27T11:18:25+00:00Added an answer on May 27, 2026 at 11:18 am

    As it says use OutputCacheLocation:

    [OutputCache(Location=OutputCacheLocation.Server, Duration=60,VaryByParam="none")]
    public ActionResult Index(string server, string database)
    

    And at usings add:

    using System.Web.UI;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my MS Access application I have several forms that are very data intensive
We have some very large data files (5 gig to 1TB) where we need
I have a very simple WPF application in which I am using data binding
I have inherited a very old database that needs some data to be updated.
I'm working on a very large, data-intensive legacy application. Both the code base &
I have a very large data file (2GB-3GB). I need to parse some data
I have some very simple data in R that needs to have its date
I have a web user control, it serves some potentially intensive data calculations and
I have a very basic data class that is subclassed from NSObject. I declare
I have a very large possible data set that I am trying to visualize

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.