Files
Core.Thalos.DAL.API/Core.Thalos.Infraestructure/Caching/Configs/CacheSettings.cs
Sergio Matias Urquin 24efe5612c reeplace cerberos by talos
2025-05-18 19:11:08 -06:00

7 lines
166 B
C#

namespace Core.Thalos.Infraestructure.Caching.Configs
{
public class CacheSettings
{
public int DefaultCacheDurationInMinutes { get; set; }
}
}