clearPlaceSearchCache method
Removes only place search cache entries (preserves geocode cache).
Implementation
Future<void> clearPlaceSearchCache() async {
_assertInitialised();
await _placeSearchBox!.clear();
log('[GeocodingService] Place search cache cleared.');
}