Clear the field info and field data caches.
... See full list
function field_cache_clear() { cache_clear_all('*', 'cache_field', TRUE); field_info_cache_clear(); }