clearCache static method

void clearCache()

Clear the cache.

Implementation

static void clearCache() {
  _cachedEncryptedPlaces = null;
}