clearMemoryCache method

void clearMemoryCache()

Clear all caches (on memory warning).

Implementation

void clearMemoryCache() {
  _clearMemoryCache(_handle);
}