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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | title-fix-for-entity-cache-integration-1323288-2.patch | 625 bytes | das-peter |
| title-fix-for-entity-cache-integration.diff | 622 bytes | das-peter |
Comments
Comment #1
plachLooks good, comments are missing the trailing dots.
Comment #2
das-peter commentedDot added grammar fixed.
Comment #3
plachCommitted, thanks.