Gfp Ad Cache Manager
A class that manages ad caching. It caches ad responses and resources to disk, allowing ads to be preloaded at desired times and loaded more quickly. This is useful for situations where ads must be loaded at a cold-start, such as splash ads.
Types
Callback for loading cached adCallResponse.
Callback for ad prefetching.
Functions
Load an ad response instance cached through GfpAdCacheManager.prefetch from disk. All resources required to load the ad in that response are also cached on disk. You can load the ad directly using com.naver.gfpsdk.GfpAdLoader.loadAd with the returned com.naver.gfpsdk.internal.services.adcall.AdCallResponse.
Prefetch and cache response and resources of ad to disk. The number of ad cache files stored on disk cannot exceed 5 per ad unit. It's recommended to call from a worker thread because it involves file I/O.