Skip to content

Commit c1f2216

Browse files
committed
Merge branch '2.3.x' into 2.4.x
Conflicts: grails-web-gsp/src/main/groovy/org/codehaus/groovy/grails/web/servlet/view/GroovyPageViewResolver.java
2 parents d1b8d12 + 57a6bf5 commit c1f2216

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

grails-web-gsp/src/main/groovy/org/codehaus/groovy/grails/web/servlet/view/GroovyPageViewResolver.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,12 @@ public void setCacheTimeout(long cacheTimeout) {
216216
this.cacheTimeout = cacheTimeout;
217217
}
218218

219+
@Override
220+
public void clearCache() {
221+
super.clearCache();
222+
viewCache.clear();
223+
}
224+
219225
public boolean isAllowGrailsViewCaching() {
220226
return allowGrailsViewCaching;
221227
}

0 commit comments

Comments
 (0)