Clean cache on close.

This commit is contained in:
DNx5
2016-02-22 10:13:48 +07:00
parent 757f231ceb
commit bebf1cf7d4
@@ -137,6 +137,7 @@ public class CacheDataSource implements DataSource {
@Override
public synchronized void close() {
source.close();
cachedAuths.invalidateAll();
}
@Override