MemoryCacheSection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據 MemoryCache 類別來定義快取的組態區段。 此類別無法獲得繼承。
public ref class MemoryCacheSection sealed : System::Configuration::ConfigurationSection
public sealed class MemoryCacheSection : System.Configuration.ConfigurationSection
type MemoryCacheSection = class
inherit ConfigurationSection
Public NotInheritable Class MemoryCacheSection
Inherits ConfigurationSection
- 繼承
備註
類別 MemoryCacheSection 會定義組態檔 區段中可用的 memoryCache 設定。 在本節中,元素 namedCaches 是用來設定快取的默認實例,以及設定任何其他具名實例。
如需詳細資訊,請參閱 <memoryCache> 元素 (快取設定) 。
建構函式
| MemoryCacheSection() |
初始化 MemoryCacheSection 類別的新執行個體。 |