// Token: 0x060000FF RID: 255 RVA: 0x0000612B File Offset: 0x0000452B
 private void didCacheInterstitialEvent(string location)
 {
     if (Chartboost.didCacheInterstitial != null)
     {
         Chartboost.didCacheInterstitial(CBLocation.locationFromName(location));
     }
 }