if (isCacheable()) {
if (log.isDebugEnabled()) {
log.debug("Initializing cache of type "
+ DataModelCache.class);
}
model = new DataModelCache((ScrollableTableDataModel<?>) model);
}
} else {
List<SortField2> sortFields = getSortFields();
if (sortFields != null && !sortFields.isEmpty()) {
Modifiable modifiable = null;