NamespaceSystemLibrary.Common.Framework.App
CacheDuration
public enum CacheDuration
Fields
Name | Summary |
---|---|
L | 2 hours for data weekly changing data or large and expensive data |
M | 20 minutes for moderate-refresh data |
S | 3 minutes for frequent refreshes |
Unset | An 'unset' cache duration or 0, will use the default cache duration configured in appSettings, and if unset it defaults to S |
XL | 1 day for data that changes, theres no harm in just showing it the next day |
XS | 20 seconds for real-time, low-latency needs |
XXL | 2 weeks for static data |
Extension Methods
}