MemoryCacheEntryExtensions.SetPriority(MemoryCacheEntryOptions, CacheItemPriority) Método
Definição
Define a prioridade para manter a entrada de cache no cache durante uma limpeza com token de pressão de memória.Sets the priority for keeping the cache entry in the cache during a memory pressure tokened cleanup.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Extensions::Caching::Memory::MemoryCacheEntryOptions ^ SetPriority(Microsoft::Extensions::Caching::Memory::MemoryCacheEntryOptions ^ options, Microsoft::Extensions::Caching::Memory::CacheItemPriority priority);
public static Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions SetPriority (this Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions options, Microsoft.Extensions.Caching.Memory.CacheItemPriority priority);
static member SetPriority : Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions * Microsoft.Extensions.Caching.Memory.CacheItemPriority -> Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions
<Extension()>
Public Function SetPriority (options As MemoryCacheEntryOptions, priority As CacheItemPriority) As MemoryCacheEntryOptions
Parâmetros
- options
- MemoryCacheEntryOptions
A opção na qual definir a prioridade.The option on which to set the priority.
- priority
- CacheItemPriority
A CacheItemPriority a ser definida na opção.The CacheItemPriority to set on the option.
Retornos
O MemoryCacheEntryOptions para que chamadas adicionais possam ser encadeadas.The MemoryCacheEntryOptions so that additional calls can be chained.