我的 Web 应用程序使用企业库缓存模块。我在下面为 Enterprise Library 4.0 设置了一个配置值。
<cacheOptions>
<add name="Cache" cachePartition="Content" slidingExpirationTime="30" cachePrioriy="High" />
</cacheOptions>
如果用户在网页按钮上单击 24 次是否意味着缓存过期将仅在 24*30min 之后发生?
谢谢。
我的 Web 应用程序使用企业库缓存模块。我在下面为 Enterprise Library 4.0 设置了一个配置值。
<cacheOptions>
<add name="Cache" cachePartition="Content" slidingExpirationTime="30" cachePrioriy="High" />
</cacheOptions>
如果用户在网页按钮上单击 24 次是否意味着缓存过期将仅在 24*30min 之后发生?
谢谢。