You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am thinking that we should, perhaps, have an inject-able system for looking up caching values, whether they be site settings or stored otherwise.
Ocuda.Promenade.Service.Abstract.CacheSlidingExpiration - hardcoded, unclear what it controls
Ocuda.Promenade.Service.Abstract.GetPageCacheDuration and GetPageCacheSpan - get settings out of the configuration file, probably should be moved out of the .json configuration and into database configuration
The text was updated successfully, but these errors were encountered:
I am thinking that we should, perhaps, have an inject-able system for looking up caching values, whether they be site settings or stored otherwise.
Ocuda.Promenade.Service.Abstract.CacheSlidingExpiration
- hardcoded, unclear what it controlsOcuda.Promenade.Service.Abstract.GetPageCacheDuration
andGetPageCacheSpan
- get settings out of the configuration file, probably should be moved out of the.json
configuration and into database configurationThe text was updated successfully, but these errors were encountered: