Share via


DistributedCacheEntryExtensions 類別

定義

提供作業的 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)

或設定快取項目在移除前可處於非使用中狀態的時間長度 (例如,未經存取)。 這不會讓項目存留期超過絕對到期的時間 (如已設定)。

適用於