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
Post a Comment