Partager via


CoreOptionsExtension.WithMemoryCache(IMemoryCache) Méthode

Définition

Crée une instance avec toutes les options identiques à celles de cette instance, mais avec l’option donnée modifiée. Il est rare d’appeler cette méthode directement. Utilisez DbContextOptionsBuilder à la place.

public virtual Microsoft.EntityFrameworkCore.Infrastructure.CoreOptionsExtension WithMemoryCache (Microsoft.Extensions.Caching.Memory.IMemoryCache memoryCache);
public virtual Microsoft.EntityFrameworkCore.Infrastructure.CoreOptionsExtension WithMemoryCache (Microsoft.Extensions.Caching.Memory.IMemoryCache? memoryCache);
abstract member WithMemoryCache : Microsoft.Extensions.Caching.Memory.IMemoryCache -> Microsoft.EntityFrameworkCore.Infrastructure.CoreOptionsExtension
override this.WithMemoryCache : Microsoft.Extensions.Caching.Memory.IMemoryCache -> Microsoft.EntityFrameworkCore.Infrastructure.CoreOptionsExtension
Public Overridable Function WithMemoryCache (memoryCache As IMemoryCache) As CoreOptionsExtension

Paramètres

memoryCache
IMemoryCache

Option à modifier.

Retours

Une nouvelle instance avec l’option modifiée.

S’applique à