on Ad Expired
Called when a previously cached ad expires or is removed from the cache. This can happen due to TTL expiry, cache size limits (LRU eviction), explicit eviction calls, or cache clearing.
Implement this method to be notified when an ad you might have considered cached is no longer available. You might want to trigger a new cache request.
Parameters
event
An expiration event with information about the expired ad and the reason.