DriveCache
interface DriveCache
Interface of the FIFO cache of advertising resources.
You can get an object of this interface via AdService.getCacheInstance. It can be used to get cached resource or create custom logic for caching advertising resources inside your custom AdRenderer.
The cache works with the resource URL, hashes it as an MD5 hash, and then uses it as a key to identify the resource in the future.