DistributedCacheExtensions.GetString(IDistributedCache, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的索引鍵,從指定的快取中取得字串。
public:
[System::Runtime::CompilerServices::Extension]
static System::String ^ GetString(Microsoft::Extensions::Caching::Distributed::IDistributedCache ^ cache, System::String ^ key);
public static string? GetString (this Microsoft.Extensions.Caching.Distributed.IDistributedCache cache, string key);
static member GetString : Microsoft.Extensions.Caching.Distributed.IDistributedCache * string -> string
<Extension()>
Public Function GetString (cache As IDistributedCache, key As String) As String
參數
- cache
- IDistributedCache
資料儲存所在的快取。
- key
- String
取得儲存資料的索引鍵。
傳回
已儲存快取索引鍵中的字串值。