Merge "Evict project in user cache on save of project meta data"
This commit is contained in:
@@ -49,4 +49,9 @@ public class PerRequestProjectControlCache {
|
||||
}
|
||||
return ctl;
|
||||
}
|
||||
|
||||
public void evict(Project project) {
|
||||
projectCache.evict(project);
|
||||
controls.remove(project.getNameKey());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user