mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-14 10:02:44 -04:00
Added in memory caching
This commit is contained in:
@@ -9,5 +9,5 @@ public class BuiltInSettingsModel
|
||||
public required string Description { get; set; }
|
||||
public string? Default { get; set; }
|
||||
public required bool IsSecret { get; set; }
|
||||
|
||||
public required TimeSpan CacheDuration { get; set; } = TimeSpan.Zero;
|
||||
}
|
||||
Reference in New Issue
Block a user