提交 fc218739 编写于 作者: J JessYan

Improve RepositoryManager#clearAllCache()

上级 82f32f2c
......@@ -103,7 +103,7 @@ public class RepositoryManager implements IRepositoryManager {
*/
@Override
public void clearAllCache() {
mRxCache.get().evictAll();
mRxCache.get().evictAll().subscribe();
}
@Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册