7 lines
166 B
C#
7 lines
166 B
C#
namespace Core.Thalos.Infraestructure.Caching.Configs
|
|
{
|
|
public class CacheSettings
|
|
{
|
|
public int DefaultCacheDurationInMinutes { get; set; }
|
|
}
|
|
} |