4.14.0
·
3 commits
to master
since this release
Included commits: 4.13.0...4.14.0
Improvements
- Introduced in-memory caching in
LocaleReaderto reduce duplicate database requests when retrieving locale data within a single request lifecycle. - Introduced
LocaleReaderInterface::clearMemoryCache()to ensure the in-memory cache is invalidated before write operations such as creating or deleting locales and updating store locales.