SWITCH_ADD_API(api,"http_clear_cache","Clear the cache",http_cache_clear,HTTP_CACHE_CLEAR_SYNTAX);
SWITCH_ADD_API(api,"http_clear_cache","Clear the cache",http_cache_clear,HTTP_CACHE_CLEAR_SYNTAX);
SWITCH_ADD_API(api,"http_prefetch","Prefetch document in a background thread. Use http_get to get the prefetched document",http_cache_prefetch,HTTP_PREFETCH_SYNTAX);