java - Cached data in class Loader<D> -


is there way find out whether loader has cached data in it? have class derived loader class , now, want know if can disable caching in loader... so, life cycle of loader, know after onstartloading() condition checked. if there cached data deliverresult(), if not forceload(). final question is: how can disable caching or check if there cached data in loader?


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -