getSharedURLCache static method

NSURLCache getSharedURLCache(
  1. ThermionDartTexture1 _lib
)

Implementation

static NSURLCache getSharedURLCache(ThermionDartTexture1 _lib) {
  final _ret = _lib._objc_msgSend_957(
      _lib._class_NSURLCache1, _lib._sel_sharedURLCache1);
  return NSURLCache._(_ret, _lib, retain: true, release: true);
}