共用方式為


CoreOptionsExtension.WithMemoryCache(IMemoryCache) 方法

定義

建立與這個實例相同的所有選項的新實例,但指定選項已變更。 直接呼叫這個方法並不尋常。 請改用 DbContextOptionsBuilder

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

參數

memoryCache
IMemoryCache

要變更的選項。

傳回

選項已變更的新實例。

適用於