1.20.x taxonomy.module taxonomy_terms_static_reset()

Clear all static cache variables for terms.

File

modules/taxonomy/taxonomy.module, line 905
Enables the organization of content into categories.

Code

function taxonomy_terms_static_reset() {
  entity_get_controller('taxonomy_term')->resetCache();
}