Active
Project:
Data
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Mar 2018 at 13:39 UTC
Updated:
3 Mar 2018 at 13:39 UTC
Jump to comment: Most recent
The data_entity.module is a great module to define custom entities quickly.
It would be really helpful to also make them cache-able using entitycache.module.
The instructions from the description
- Create a cache_entity_$myentity table/bin.
- Specify EntityCacheDefaultEntityController as your controller class in hook_entity_info(), or extend it.
- Never update your entity tables outside of save/delete API calls.
Comments