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 -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -