1. What is the maximum number of keys can be stored into resty.lrucache cache for efficient lookup given implmentation is queue based?
2. How much maximum size can I allocate for ngx.shared.DICT?
3. I am planning to cache API response. Can ngx.shared.DICT be utilized or disk-based cache is preferred?