I noticed that the relation entity doesn't integrate with Entity cache module. This is painful on big sites with a huge amount of relations.

I tried to extend RelationController from EntityAPIController instead of DrupalDefaultEntityController (with the idea to make this module depends on Entity) but this is poping up errors maybe due to ::buildQuery() implementation.

Any chance to make this module work with Entity cache?