RedisCache.IBufferDistributedCache.TryGet Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
virtual bool Microsoft.Extensions.Caching.Distributed.IBufferDistributedCache.TryGet(System::String ^ key, System::Buffers::IBufferWriter<System::Byte> ^ destination) = Microsoft::Extensions::Caching::Distributed::IBufferDistributedCache::TryGet;
bool IBufferDistributedCache.TryGet (string key, System.Buffers.IBufferWriter<byte> destination);
abstract member Microsoft.Extensions.Caching.Distributed.IBufferDistributedCache.TryGet : string * System.Buffers.IBufferWriter<byte> -> bool
override this.Microsoft.Extensions.Caching.Distributed.IBufferDistributedCache.TryGet : string * System.Buffers.IBufferWriter<byte> -> bool
Function TryGet (key As String, destination As IBufferWriter(Of Byte)) As Boolean Implements IBufferDistributedCache.TryGet
Parameters
- key
- String
- destination
- IBufferWriter<Byte>
Returns
Implements
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.