In this doc it says: "Cached interstitials are deleted from memory after they are shown. If you plan to display another interstitial for a particular location, you should cache that location again"
page 3 / caching
But in every example I met there's the caching only for once, even in the chartboost example project
So the question is: should I use [cb cacheInterstitial:@"Pause screen"];
only once at the beginning or should I use very time I showed a cached ad?