IMemoryCache 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示未串行化值的本機記憶體內部快取。
public interface class IMemoryCache : IDisposable
public interface IMemoryCache : IDisposable
type IMemoryCache = interface
interface IDisposable
Public Interface IMemoryCache
Implements IDisposable
- 衍生
- 實作
方法
CreateEntry(Object) |
在快取中建立或覆寫專案。 |
Dispose() |
執行與釋放、釋放或重設非受控資源相關聯的應用程式定義工作。 (繼承來源 IDisposable) |
GetCurrentStatistics() |
如果有的話,取得快取統計數據的快照集。 |
Remove(Object) |
拿掉與指定索引鍵相關聯的物件。 |
TryGetValue(Object, Object) |
如果存在,取得與這個索引鍵相關聯的專案。 |