disableCaching static method

void disableCaching()

Implementation

static void disableCaching() {
  _justCache = false;
}