Running entity_uuid_load($entity, TRUE) doesn't seem to fire off
entity_get_controller($entity)->resetCache();

Comments

skwashd’s picture

Issue summary: View changes
Status: Active » Closed (cannot reproduce)

entity_uuid_load($entity_type, $uuids = array(), $conditions = array(), $reset = FALSE) is a UUID wrapper for entity_load(). The arguments are the same. If you call entity_uuid_load('entity_type', $uuid, array(), TRUE) the cache is reset.