🤘 cache source's info in db to increase performance (#41, #45)

This commit is contained in:
Alexey Danilov
2016-08-05 14:36:25 +03:00
parent 372542c2dc
commit 71c6301eb4
19 changed files with 481 additions and 110 deletions

View File

@@ -101,7 +101,7 @@ class HttpProxyCache extends ProxyCache {
@Override
protected void onCachePercentsAvailableChanged(int percents) {
if (listener != null) {
listener.onCacheAvailable(cache.file, source.url, percents);
listener.onCacheAvailable(cache.file, source.getUrl(), percents);
}
}
}