Skip to content
Snippets Groups Projects
Commit cca16e7c authored by Christoph Thelen's avatar Christoph Thelen
Browse files

Fix for #15670: Clear statistics when interposed q's change

parent ec4b0fe9
No related merge requests found
......@@ -47,9 +47,11 @@ import de.thm.arsnova.events.StatusSessionEvent;
@Component
public class CacheBuster implements ICacheBuster, NovaEventVisitor {
@CacheEvict("statistics")
@Override
public void visit(NewInterposedQuestionEvent event) {}
@CacheEvict("statistics")
@Override
public void visit(DeleteInterposedQuestionEvent event) {}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment