Function silc_idcache_purge
SYNOPSIS
bool silc_idcache_purge(SilcIDCache cache);
DESCRIPTION
Purges the cache by removing expired cache entires. Note that this
may be very slow operation. Returns TRUE if the purging was successful.
The destructor function is called for each purged cache entry.