silcidcache.html
SILC ID Cache Interface Header: silcidcache.h
DESCRIPTION
SILC ID Cache is an cache for all kinds of ID's used in the SILC
protocol. Application can save here the ID's it uses and the interface
provides fast retrieval of the ID's from the cache.
SILC ID Cache is not thread-safe. If the same cache context must be
used in multithreaded environment concurrency control must be employed.
SilcIDCacheEntry
SilcIDCache
SilcIDCacheDestructor
silc_idcache_alloc
silc_idcache_free
silc_idcache_add
silc_idcache_del
silc_idcache_del_by_id
silc_idcache_del_by_context
silc_idcache_update
silc_idcache_update_by_context
silc_idcache_move
silc_idcache_get_all
silc_idcache_find_by_id
silc_idcache_find_by_id_one
silc_idcache_find_by_context
silc_idcache_find_by_name
silc_idcache_find_by_name_one
|