clearCache method

void clearCache()

clearCache clear the cache

Implementation

void clearCache() {
  cachedGraphNode = null;
}