cache property

bool? cache
final

if you set it true,every ad view will be cached,or especially in scrollview, such as listview,scroll up or down,every ad view will be requested more than one time which lead to lost frame,however,ad view to be cached can make it much more better.

Implementation

final bool? cache;