mirror of
https://github.com/Stone-Red-Code/Markdowser.git
synced 2026-09-04 09:06:15 +02:00
Add option to disable caching for a specific content type
This commit is contained in:
@@ -10,5 +10,7 @@ public abstract class ContentViewModelBase(string title)
|
||||
|
||||
public string RawContent { get; init; } = string.Empty;
|
||||
|
||||
public bool Cacheable { get; init; } = true;
|
||||
|
||||
public Logger Logger => GlobalState.Logger;
|
||||
}
|
||||
Reference in New Issue
Block a user