clear static method

void clear()

Clears assets cache

Implementation

static void clear() {
  assets = {};
}