Partager via


IResourceNamesCache.GetOrAdd Méthode

Définition

Ajoute un ensemble de noms de ressources au cache à l’aide de la fonction spécifiée, si le nom n’existe pas déjà.

public:
 System::Collections::Generic::IList<System::String ^> ^ GetOrAdd(System::String ^ name, Func<System::String ^, System::Collections::Generic::IList<System::String ^> ^> ^ valueFactory);
public System.Collections.Generic.IList<string>? GetOrAdd (string name, Func<string,System.Collections.Generic.IList<string>?> valueFactory);
abstract member GetOrAdd : string * Func<string, System.Collections.Generic.IList<string>> -> System.Collections.Generic.IList<string>
Public Function GetOrAdd (name As String, valueFactory As Func(Of String, IList(Of String))) As IList(Of String)

Paramètres

name
String

Nom de la ressource pour laquelle ajouter des noms de chaînes.

valueFactory
Func<String,IList<String>>

Fonction utilisée pour générer les noms de chaînes pour la ressource.

Retours

Noms de chaîne pour la ressource.

S’applique à