PlanTempusApp/PlanTempus.Application/Features/Localization/Services
Janus C. H. Knudsen 33804d002e Adds caching to JSON localization service
Introduces a caching mechanism for localization JSON documents to improve performance

Prevents repeated file reads by storing parsed JSON documents in memory
Adds GetDocument method to manage document retrieval and caching
Reduces file system I/O overhead for localization translations
2026-01-25 17:05:24 +01:00
..
ILocalizationService.cs WIP 2026-01-10 20:39:17 +01:00
JsonLocalizationService.cs Adds caching to JSON localization service 2026-01-25 17:05:24 +01:00