Sdílet prostřednictvím


CacheEntryExtensions.SetValue(ICacheEntry, Object) Metoda

Definice

Nastaví hodnotu položky mezipaměti.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Extensions::Caching::Memory::ICacheEntry ^ SetValue(Microsoft::Extensions::Caching::Memory::ICacheEntry ^ entry, System::Object ^ value);
public static Microsoft.Extensions.Caching.Memory.ICacheEntry SetValue (this Microsoft.Extensions.Caching.Memory.ICacheEntry entry, object? value);
static member SetValue : Microsoft.Extensions.Caching.Memory.ICacheEntry * obj -> Microsoft.Extensions.Caching.Memory.ICacheEntry
<Extension()>
Public Function SetValue (entry As ICacheEntry, value As Object) As ICacheEntry

Parametry

entry
ICacheEntry

Hodnota ICacheEntry

value
Object

Hodnota, která se má nastavit pro entry.

Návraty

Pro ICacheEntry řetězení.

Platí pro