clearCache method

void clearCache()

Implementation

void clearCache() {
  _countries = null;
  _states = null;
  _cities = null;
}