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
refactor(country_service): implement time-based caching for improved performance
- Introduce _CacheEntry class to hold cached data with expiration time
- Replace simple in-memory caching with time-based caching mechanism
- Add cache duration constant for aggregated country lists
- Update cache handling logic in _cachedEventCountries and _cachedHeadquarterCountries
0 commit comments