summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Framework/Caching/UtcDateTimeOffsetSerializer.cs
AgeCommit message (Collapse)Author
2020-05-23drop MongoDB codeJesse Plamondon-Willard
MongoDB support unnecessarily complicated the code and there's no need to run distributed servers in the foreseeable future. This keeps the abstract storage interface so we can wrap a distributed cache in the future.
2019-09-14fix typos and inconsistent spellingJesse Plamondon-Willard
2019-09-14store DateTimeOffset values in date fields instead of the default array (#651)Jesse Plamondon-Willard