clearCache method

void clearCache()

Clears the skeleton cache.

Implementation

void clearCache() {
  SkeletonCache.clear();
}