Default expiry time for HttpRuntime cache

178 Views Asked by At

I know you can give specific expiry time by using System.Web.HttpRuntime.Cache.Add() but I'm curious what the default expiry time is when you add a cache item by doing System.Web.HttpRuntime.Cache["a"] = "b"

Thanks :)

1

There are 1 best solutions below

0
let_the_coding_begin On

Never mind I take my question back :) Apparently it's noAbsoluteExpiration