Change record status: 
Project: 
Introduced in branch: 
11.4.x
Introduced in version: 
11.4.0
Description: 
  1. CachePluginBase::getRowCacheKeys() has been deprecated for removal in Drupal 13.0.0 without replacement.
  2. ::getRowCacheKeys() will not be called on views cache plugins from 11.4.0 onwards.

The individual rows of a view are usually cheap to render, and the row caching resulted in a large number of cache entries with low cache hit rates.

Before

Views cached the result of individual result rows in the render cache.

After

Views does not cache the result of individual result rows in the render cache. Views render output is still cached at the level of the display.

Impacts: 
Module developers