mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-05 05:42:03 -04:00
Added in memory caching
This commit is contained in:
@@ -16,4 +16,6 @@ public class SettingDbModel
|
||||
public string? Default { get; set; } = null;
|
||||
// Prevents the value from being revealed to Sneedchat when queried by an admin
|
||||
public bool IsSecret { get; set; } = false;
|
||||
// Number of seconds to cache in memory, 0 to not cache
|
||||
public double CacheDuration { get; set; } = 0;
|
||||
}
|
||||
Reference in New Issue
Block a user