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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T07:21:39+00:00 2026-05-24T07:21:39+00:00

Specifically for .NET 4.0, I will be using the System.Runtime.Caching namespace. Let’s say all

  • 0

Specifically for .NET 4.0, I will be using the System.Runtime.Caching namespace. Let’s say all my methods will use sliding expiration with a duration of 20 minutes. Is it possible to place this in a config file? If so, how would I go about doing that?

Thanks.

  • 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-24T07:21:41+00:00Added an answer on May 24, 2026 at 7:21 am
    <appSettings>
        <add key="slidingExpirationInMinutes" value="20" />
    </appSettings>
    

    You can then grab this value and turn into an integer:

    int cacheValue;
    string cacheValueAsString = ConfigurationManager.AppSettings["slidingExpirationInMinutes"];
    if(int.TryParse(cacheValueAsString, out cacheValue)
    {
       //Set the value here
    }
    else
    {
       //Fallback to default?
    }
    

    I assume you know how to set the sliding value through programatic means?

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

Sidebar

Related Questions

Specifically in .NET, but I'm leaving it open.
I'm working with .NET (specifically Boo, but answers would work in C# too) and
Does anyone have any recommendations of resources for learning ASP.NET specifically? I have a
I found a couple questions similar to this, but not specifically for .NET projects,
This pertains to C# & the .NET Framework specifically. It's best practice not to
In .Net (VB more specifically, but that doesn't really matter), is there a way
In .NET (C#, specifically), how can I stop navigation? Situation: User has clicked a
More specifically I want to test whether Oracle ODP.Net is installed on a machine.
When working in a VB.NET project in Visual Studio (2008 specifically, but hopefully the
I wonder what options there are for .NET (or C# specifically) code coverage, especially

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.