Udostępnij za pośrednictwem


DistributedCacheEntryExtensions.SetSlidingExpiration Metoda

Definicja

Ustawia, jak długo wpis pamięci podręcznej może być nieaktywny (np. niedostępny) przed jego usunięciem. Nie spowoduje to przedłużenia okresu istnienia wpisu poza bezwzględne wygaśnięcie (jeśli ustawiono).

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Extensions::Caching::Distributed::DistributedCacheEntryOptions ^ SetSlidingExpiration(Microsoft::Extensions::Caching::Distributed::DistributedCacheEntryOptions ^ options, TimeSpan offset);
public static Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions SetSlidingExpiration (this Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions options, TimeSpan offset);
static member SetSlidingExpiration : Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions * TimeSpan -> Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions
<Extension()>
Public Function SetSlidingExpiration (options As DistributedCacheEntryOptions, offset As TimeSpan) As DistributedCacheEntryOptions

Parametry

options
DistributedCacheEntryOptions

Opcje, które mają być obsługiwane.

offset
TimeSpan

Przesuwany czas wygaśnięcia.

Zwraca

Dotyczy