DistributedCacheEntryExtensions 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供作業的 DistributedCacheEntryOptions 擴充方法。
public ref class DistributedCacheEntryExtensions abstract sealed
public static class DistributedCacheEntryExtensions
type DistributedCacheEntryExtensions = class
Public Module DistributedCacheEntryExtensions
- 繼承
-
DistributedCacheEntryExtensions
方法
SetAbsoluteExpiration(DistributedCacheEntryOptions, DateTimeOffset) |
設定快取項目的絕對到期日。 |
SetAbsoluteExpiration(DistributedCacheEntryOptions, TimeSpan) |
設定相對於 now 的絕對到期時間。 |
SetSlidingExpiration(DistributedCacheEntryOptions, TimeSpan) |
或設定快取項目在移除前可處於非使用中狀態的時間長度 (例如,未經存取)。 這不會讓項目存留期超過絕對到期的時間 (如已設定)。 |