1 taxonomy.module | taxonomy_terms_static_reset() |
Clear all static cache variables for terms.
File
- core/
modules/ taxonomy/ taxonomy.module, line 843 - Enables the organization of content into categories.
Code
function taxonomy_terms_static_reset() {
entity_get_controller('taxonomy_term')->resetCache();
}