我在 web.config 中输入了缓存大小的值,如下所示:
<system.web>
<caching>
<cache privateBytesLimit="10000000" privateBytesPollTime="00:01:00" />
</caching>
但是,当我检查 的值时 System.Web.HttpRuntime.Cache.EffectivePrivateBytesLimit
,它被设置为-1
。任何想法为什么?
我在 web.config 中输入了缓存大小的值,如下所示:
<system.web>
<caching>
<cache privateBytesLimit="10000000" privateBytesPollTime="00:01:00" />
</caching>
但是,当我检查 的值时 System.Web.HttpRuntime.Cache.EffectivePrivateBytesLimit
,它被设置为-1
。任何想法为什么?