2026-04-14 16:42:15 +10:00
|
|
|
|
namespace PARR.Domain.Settings
|
2025-12-23 18:27:31 +10:00
|
|
|
|
{
|
|
|
|
|
|
public class GroupedShortcodesCacheSettings
|
|
|
|
|
|
{
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Время хранения
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public TimeSpan ValueTtl { get; set; } = TimeSpan.FromMinutes(20);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|