Replace all calls to token_clear_cache() with token_cache_clear().

Before:

    // Clear all of the token caches.
    token_clear_cache();

After:

    // Clear all of the token caches.
    token_cache_clear();
Introduced in branch: 
1.0.x
Introduced in version: 
1.0.0
Impacts: 
Module developers