dispose method

void dispose()

Clears the cache and disposes all cached paragraphs.

Implementation

void dispose() {
  _cache.dispose();
  _instance = null;
}