dispose method

void dispose()

Disposes the underlying memory cache.

Implementation

void dispose() {
  _cache.dispose();
}