namespace Core.Blueprint.DAL.Redis.Configuration { public class CacheSettings { public int DefaultCacheDurationInMinutes { get; set; } } }