MemoryCache.CreateEntry(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée ou remplace une entrée dans le cache.
public:
virtual Microsoft::Extensions::Caching::Memory::ICacheEntry ^ CreateEntry(System::Object ^ key);
public Microsoft.Extensions.Caching.Memory.ICacheEntry CreateEntry (object key);
abstract member CreateEntry : obj -> Microsoft.Extensions.Caching.Memory.ICacheEntry
override this.CreateEntry : obj -> Microsoft.Extensions.Caching.Memory.ICacheEntry
Public Function CreateEntry (key As Object) As ICacheEntry
Paramètres
- key
- Object
Objet qui identifie l’entrée.
Retours
Instance nouvellement créée de ICacheEntry.
Implémente
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.