Asset Cache
interface AssetCache
Interface of the cache of advertising resources.
You can get an object of this interface in AdRenderer.ServiceLocator when creating a custom renderer. It can be used to create custom logic for caching advertising resources.
Note: In most cases, you will only need to use AssetRepository for your custom renderer.
An example of a situation where you would want to implement your own caching logic would be HTML ads, where you would want to store all the resources used by web view in one folder and use it as a base URL.
An example of how to work with the cache can be found in our tutorials.