remove database auto purge methods

This commit is contained in:
Gnat008
2016-06-16 12:52:42 -04:00
parent fde634e054
commit fb8baeafd2
5 changed files with 0 additions and 98 deletions
@@ -138,16 +138,6 @@ public class CacheDataSource implements DataSource {
return result;
}
@Override
public Set<String> autoPurgeDatabase(long until) {
Set<String> cleared = source.autoPurgeDatabase(until);
for (String name : cleared) {
cachedAuths.invalidate(name);
}
return cleared;
}
@Override
public Set<String> getRecordsToPurge(long until) {
return source.getRecordsToPurge(until);