| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
Structure used to pass data for printing cached object information. More...

| Data Fields | |
| struct ast_cli_args * | a | 
| The CLI arguments. | |
| struct sorcery_memory_cache * | cache | 
| The sorcery memory cache. | |
Structure used to pass data for printing cached object information.
Definition at line 1748 of file res_sorcery_memory_cache.c.
| struct ast_cli_args* a | 
The CLI arguments.
Definition at line 1752 of file res_sorcery_memory_cache.c.
Referenced by sorcery_memory_cache_dump(), and sorcery_memory_cache_print_object().
| struct sorcery_memory_cache* cache | 
The sorcery memory cache.
Definition at line 1750 of file res_sorcery_memory_cache.c.
Referenced by sorcery_memory_cache_dump(), and sorcery_memory_cache_print_object().