clearCache method

void clearCache()

Implementation

void clearCache() {
  cachedGraphNode = null;
}