Function silc_idcache_get_all
SYNOPSIS
bool silc_idcache_get_all(SilcIDCache cache, SilcIDCacheList *ret);
DESCRIPTION
Returns all cache entries from the ID cache to the `ret' SilcIDCacheList.
Returns TRUE if the retrieval was successful. The caller must free
the returned SilcIDCacheList.