Skip to content

In-memory

services.AddFeatures(c =>
{
c.AddInMemoryStorage();
});