Compartir a través de


DistributedCacheEntryExtensions.SetSlidingExpiration Método

Definición

Establece cuánto tiempo puede estar inactiva la entrada de caché (por ejemplo, sin acceder a ella) antes de que se quite. Esto no ampliará la duración de la entrada más allá de la expiración absoluta (si se establece).

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

Parámetros

options
DistributedCacheEntryOptions

Las opciones en las que se va a operar.

offset
TimeSpan

La hora de expiración variable.

Devoluciones

Se aplica a