This commit is contained in:
Looly 2022-03-21 02:05:15 +08:00
parent 8718e6dfe1
commit e99ce6805c

View File

@ -137,6 +137,7 @@ public class AntPathMatcher {
*
* @param cachePatterns 是否缓存表达式
* @see #getStringMatcher(String)
* @return this
*/
public AntPathMatcher setCachePatterns(boolean cachePatterns) {
this.cachePatterns = cachePatterns;