If just realized that my earlier provided integration of entitycache (#1157438: Reset sync cache on entitycache reset) has an issue.
According to the code in entitycache:

public static function resetEntityCache($controller, array $ids = NULL) {

$ids can be NULL - and if this is the case the whole cache of an entity type has to be cleared.

Comments

plach’s picture

Looks good, comments are missing the trailing dots.

das-peter’s picture

Dot added grammar fixed.

plach’s picture

Status: Needs review » Fixed

Committed, thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 8954dca on 7.x-1.x, workbench authored by das-peter, committed by plach:
    Issue #1323288 by das-peter: Fixed entitycache integration.