MemoryCache 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用字典來儲存其專案的 IMemoryCache 實作。
public ref class MemoryCache : IDisposable, Microsoft::Extensions::Caching::Memory::IMemoryCache
public class MemoryCache : IDisposable, Microsoft.Extensions.Caching.Memory.IMemoryCache
type MemoryCache = class
interface IMemoryCache
interface IDisposable
Public Class MemoryCache
Implements IDisposable, IMemoryCache
- 繼承
-
MemoryCache
- 實作
建構函式
MemoryCache(IOptions<MemoryCacheOptions>) |
建立新的 MemoryCache 實例。 |
MemoryCache(IOptions<MemoryCacheOptions>, ILoggerFactory) |
建立新的 MemoryCache 實例。 |
屬性
Count |
取得用於診斷之目前專案的計數。 |
Keys |
取得 MemoryCache中所有索引鍵的可列舉。 |
方法
Clear() |
從快取中移除所有索引鍵和值。 |
Compact(Double) |
使用字典來儲存其專案的 IMemoryCache 實作。 |
CreateEntry(Object) |
建立或覆寫快取中的專案。 |
Dispose() |
執行與釋放、釋放或重設非受控資源相關聯的應用程式定義工作。 |
Dispose(Boolean) |
處置快取並清除所有專案。 |
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
Finalize() |
清除背景集合事件。 |
GetCurrentStatistics() |
取得記憶體快取目前統計數據的快照集。 |
GetHashCode() |
做為預設哈希函式。 (繼承來源 Object) |
GetType() |
取得目前實例的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object的淺層複本。 (繼承來源 Object) |
Remove(Object) |
拿掉與指定索引鍵相關聯的物件。 |
ToString() |
傳回表示目前 物件的字串。 (繼承來源 Object) |
TryGetValue(Object, Object) |
如果存在,取得與這個索引鍵相關聯的專案。 |