SilcBool silc_idcache_del_by_context(SilcIDCache cache, void *context, void *app_context);
Deletes cachen entry by the user specified context. Returns TRUE if the entry was deleted. The destructor will be called for the entry. The `app_context' is delivered to the destructor.