@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 view
locale
- the locale used to resolve the view
true
if the view should be cached; false
otherwise