getCachedUgcHandle method

UgcHandle getCachedUgcHandle(
  1. int iCachedContent
)

Implementation

UgcHandle getCachedUgcHandle(
  int iCachedContent,
) =>
    _getCachedUgcHandle.call(
      this,
      iCachedContent,
    );