Change record status: 
Project: 
Introduced in branch: 
8.x
Description: 

The mentioned cache clear functions have been removed in favor of the following methods:

  • EntityManagerInterface::clearCachedDefinitions(): Clears all entity related caches, including entity type definitions and also calls the two other methods.
  • EntityManagerInterface::clearCachedFieldDefinitions(): Clears all caches related to field definitions, including the field map, the cached entity values and every other cache tagged with entity_field_info.
  • EntityManagerInterface::clearCachedBundles(): Clears cached entity bundle information.

Ignore below here, just there to make this findable in the search:
entity_info_cache_clear field_cache_clear field_info_cache_clear field entity info cache clear

Impacts: 
Module developers
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done