内存缓存的 IDistributedCache 实现在哪里?

Mic*_*l17 3 caching asp.net-core

阅读 ASP.Net Core 中的缓存文章,我可以看到存在 IDistributedCache 作为内存缓存的实现:

https://learn.microsoft.com/es-es/aspnet/core/performance/caching/distributed?view=aspnetcore-5.0#distributed-memory-cache

我在哪里可以找到这个实现?

语境:

我想实现 IDistributedCache 但目前将其用作内存缓存。稍后我们将使用相同的界面切换到 Redis。