feat(dal,templateMatcher): Shortcodes добавлены %МАКС:ИМЯ АТРИБУТА%, %ГР_ПОЛЕ-ПН%, %БУКВЫ:ИМЯ АТРИБУТА%, исправлена фильтрация в UnitFilter, TemplateMatcher отдельные классы для типов работ, Shortcodes теперь работает по своим моделям Dto
This commit is contained in:
10
PARR.DAL/Settings/GroupedShortcodesCacheSettings.cs
Normal file
10
PARR.DAL/Settings/GroupedShortcodesCacheSettings.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace PARR.DAL.Settings
|
||||
{
|
||||
public class GroupedShortcodesCacheSettings
|
||||
{
|
||||
/// <summary>
|
||||
/// Время хранения
|
||||
/// </summary>
|
||||
public TimeSpan ValueTtl { get; set; } = TimeSpan.FromMinutes(20);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user