sammarks / ablecore

A library for Drupal developers.
MIT License
5 stars 4 forks source link

Look into entity caching improvements. #46

Closed sammarks closed 9 years ago

sammarks commented 9 years ago

Right now, loading entities through Able Core does not respect Drupal's entity cache. Here are some suggestions for improvements:

sammarks commented 9 years ago

It doesn't look like this is possible because the entity cache is protected under the DrupalEntityControllerInterface.