using KonSoft.InternalGateway.Aggregations.Base; using Microsoft.Extensions.Caching.Memory; using Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations; using Volo.Abp.DependencyInjection; namespace KonSoft.InternalGateway.Aggregations.ApplicationConfiguration; public class AppConfigurationCachedService(IMemoryCache applicationConfigurationCache) : CachedServiceBase(applicationConfigurationCache), ISingletonDependency;