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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T15:59:14+00:00 2026-05-30T15:59:14+00:00

I am new to ASP.NET MVC framework, I would like to achieve the below

  • 0

I am new to ASP.NET MVC framework, I would like to achieve the below requirement. Kindly let me know if it is possible.

I have a Master Data in the application and I get the MasterData on one controller action.

    [HttpPost]
        [OutputCache(Duration=60*60, VaryByParam="", CacheProfile="Books")]
        public ActionResult GetBooks()
        {
}

I would like to use the Master Data Cached as part of the previous action method.

 [HttpPost]
    public ActionResult EditBooks()
    {
        return View("_EditBook");
    }

How can I access the Cached Data in asp.Net mvc?

  • 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-30T15:59:16+00:00Added an answer on May 30, 2026 at 3:59 pm

    The OutputCache is used to cache the HTML (or whatever result it returned) that was rendered by a controller action so that the next time this action is called, its body is not executed, but the cached data directly returned. You cannot access the cached data that is stored in the output cache. That’s not the purpose of output cache.

    The OutputCache attribute can also be applied to child actions in order to cache onmly fragments of the web page.

    If on the other hand you want to cache some .NET objects (such as for example a collection of some type that was returned in a controller action) you could use the MemoryCache.

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

Sidebar

Related Questions

I'm trying to learn the new ASP .NET MVC framework and would like to
I'm building a framework on top of ASP.NET MVC 4. I like the new
I'm new to ASP.NET, C# and the MVC framework but have managed to build
I am new to ASP.NET and the MVC framework as well, so I'd love
I have a new asp.net mvc project and i am trying to figure out
I created a new ASP.NET MVC application. The home page looks like this: I
Is it possible to run the new ASP.NET MVC 2 Preview 2 on mono?
I have created the following project structure for my new asp.net mvc project any
I am working with ASP.NET MVC 2 and would like to optimize my routing.
Does anyone have any experience creating a skin engine for asp.net MVC? I know

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.