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
The PrecacheInformationProvider could be a lot more efficient if it would cache the results from the memcache method. It may be possible to use the values returned from the memcache method to perform the disk cache, and then we wouldn't need to call back to the interface more than once.
The text was updated successfully, but these errors were encountered:
The PrecacheInformationProvider could be a lot more efficient if it would cache the results from the memcache method. It may be possible to use the values returned from the memcache method to perform the disk cache, and then we wouldn't need to call back to the interface more than once.
The text was updated successfully, but these errors were encountered: