Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MemoryCacheInspector

Hierarchy

  • MemoryCacheInspector

Index

Constructors

constructor

Methods

Static addAdditionalResource

  • Parameters

    Returns void

Static getAssetCacheCount

  • getAssetCacheCount(): {}
  • Returns {}

    • [assetType: string]: { count: number; everCount: number; totalSize: number }
      • count: number
      • everCount: number
      • totalSize: number

Static getAssetCacheDetailByType

  • getAssetCacheDetailByType(type: string): { key: string; size: number }[]
  • Parameters

    • type: string

    Returns { key: string; size: number }[]

Static getGfxCacheCount

  • getGfxCacheCount(): {}
  • Returns {}

    • [gfxObjType: string]: number

Static getGraphicResource

  • getGraphicResource(): { canvasSize: any; imageSize: any; imageSrc: any }
  • Returns { canvasSize: any; imageSize: any; imageSrc: any }

    • canvasSize: any
    • imageSize: any
    • imageSrc: any

Static getLoaderStringCount

  • getLoaderStringCount(): number
  • Returns number

Generated using TypeDoc