Builder
@objc(AASDKAdCachePolicyConfigurationBuilder)
public final class Builder : NSObjectBuilder class for AdCachePolicyConfiguration.
- 
                  
                  Adds a cache option to instruct the AdManagerwhat kind of resources to persist. By default, no caching options will be used.DeclarationSwift @objc public func with(cachePolicy policy: AdCachePolicy) -> BuilderParameterspolicya cache option Return Valuethe same builder object 
- 
                  
                  Set the timeout of the ads creative resources during caching. Optional. Measured in seconds and only accepts non-zero and positive values. Defaults to 8 seconds. Note that setting low values may trigger the timeout even in very slow but steady network conditions. DeclarationSwift @objc public func with(timeoutIntervalForResources: TimeInterval) -> BuilderParameterstimeoutIntervalForResourcestimeout in seconds Return Valuethe same builder object 
- 
                  
                  Builds an AdCachePolicyConfigurationobject.DeclarationSwift @objc public func build() -> AdCachePolicyConfigurationReturn Valuea AdCachePolicyConfigurationobject
