@FunctionalInterface public static interface AbstractCachingViewResolver.CacheFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
filter(View view,
String viewName,
Locale locale)
Indicates whether the given view should be cached.
|
boolean filter(View view, String viewName, Locale locale)
view - the viewviewName - the name used to resolve the viewlocale - the locale used to resolve the viewtrue if the view should be cached; false otherwise