Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
cache_aggregate_calc_fn | aggregate_calc_fn |
cache_aggregate_publish_fn | aggregate_publish_fn |
struct ao2_container * | entries |
snapshot_get_id | id_fn |
int | registered |
Definition at line 46 of file stasis_cache.c.
cache_aggregate_calc_fn aggregate_calc_fn |
Definition at line 49 of file stasis_cache.c.
Referenced by stasis_cache_create_full().
cache_aggregate_publish_fn aggregate_publish_fn |
Definition at line 50 of file stasis_cache.c.
Referenced by caching_topic_exec(), and stasis_cache_create_full().
struct ao2_container* entries |
Definition at line 47 of file stasis_cache.c.
Referenced by cache_dtor(), caching_topic_exec(), stasis_cache_create_full(), stasis_cache_dump_all(), stasis_cache_dump_by_eid(), stasis_cache_get_all(), stasis_cache_get_by_eid(), and stasis_caching_topic_create().
snapshot_get_id id_fn |
Definition at line 48 of file stasis_cache.c.
Referenced by caching_topic_exec(), and stasis_cache_create_full().
int registered |
Definition at line 51 of file stasis_cache.c.
Referenced by stasis_caching_topic_create().