setHostCacheEnabled_ static method

void setHostCacheEnabled_(
  1. ThermionDartTexture1 _lib,
  2. bool flag
)

Implementation

static void setHostCacheEnabled_(ThermionDartTexture1 _lib, bool flag) {
  _lib._objc_msgSend_866(
      _lib._class_NSHost1, _lib._sel_setHostCacheEnabled_1, flag);
}