// Token: 0x06000106 RID: 262 RVA: 0x0000626F File Offset: 0x0000466F
 private void didCacheMoreAppsEvent(string location)
 {
     if (Chartboost.didCacheMoreApps != null)
     {
         Chartboost.didCacheMoreApps(CBLocation.locationFromName(location));
     }
 }