CacheEntryExtensions.SetValue(ICacheEntry, Object) Metoda

Definicja

Ustawia wartość wpisu pamięci podręcznej.

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

Element ICacheEntry.

value
Object

Wartość, która ma zostać ustawiona na obiekcie entry.

Zwraca

Element ICacheEntry do tworzenia łańcucha.

Dotyczy