Open dotTrench opened 1 month ago
This is done to emulate the postfix behaviour from IFusionCacheBuilder.WithCacheKeyPrefix when configuring FusionCacheOptions via IServiceCollection.Configure<FusionCacheOptions>(Action<FusionCache>).
IFusionCacheBuilder.WithCacheKeyPrefix
IServiceCollection.Configure<FusionCacheOptions>(Action<FusionCache>)
This is done to emulate the postfix behaviour from
IFusionCacheBuilder.WithCacheKeyPrefix
when configuring FusionCacheOptions viaIServiceCollection.Configure<FusionCacheOptions>(Action<FusionCache>)
.