MemoryCacheEntryExtensions Class

Definition

Provide extensions methods for MemoryCacheEntryOptions operations.

public static class MemoryCacheEntryExtensions
Inheritance
MemoryCacheEntryExtensions

Methods

AddExpirationToken(MemoryCacheEntryOptions, IChangeToken)

Expires the cache entry if the given IChangeToken expires.

RegisterPostEvictionCallback(MemoryCacheEntryOptions, PostEvictionDelegate, Object)

Fires the given callback after the cache entry is evicted from the cache.

RegisterPostEvictionCallback(MemoryCacheEntryOptions, PostEvictionDelegate)

Fires the given callback after the cache entry is evicted from the cache.

SetAbsoluteExpiration(MemoryCacheEntryOptions, DateTimeOffset)

Sets an absolute expiration date for the cache entry.

SetAbsoluteExpiration(MemoryCacheEntryOptions, TimeSpan)

Sets an absolute expiration time, relative to now.

SetPriority(MemoryCacheEntryOptions, CacheItemPriority)

Sets the priority for keeping the cache entry in the cache during a memory pressure tokened cleanup.

SetSize(MemoryCacheEntryOptions, Int64)

Sets the size of the cache entry value.

SetSlidingExpiration(MemoryCacheEntryOptions, TimeSpan)

Sets how long the cache entry can be inactive (e.g. not accessed) before it will be removed. This will not extend the entry lifetime beyond the absolute expiration (if set).

Applies to

Produkt Versjoner
.NET 8 (package-provided), 9 (package-provided)
.NET Framework 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided)
.NET Standard 2.0 (package-provided)