You can only currently disable the cache for an entity type.
$info = entity_get_info($entity_type);
$cache_read = $load_current && $info['field cache'] && empty($options['deleted']);
Hi,Does anyone know if there's a way to avoid having fields cached in the database table cache_fields (Drupal 7)?This would have to be enforced from within the module that defines the field, regardless of which entity the field is attached to..After digging in the code I suppose it's just not possible, but if you have any pointers, let me know!Sven