dispose method

void dispose()

Dispose both the model and JSON cache managers.

Implementation

void dispose() {
  modelCache.dispose();
  jsonCache.dispose();
}