You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(ads): improve inline ad caching and resource management
- Add `removeAd` method to temporarily remove ads from cache without disposal
- Update `setAd` to use AdService for disposing old ads' resources
- Refactor `clearCache` to directly dispose ads instead of using `removeAndDisposeAd`
- Update method comments for clarity and accuracy
0 commit comments