:orphan: .. index:: pair: struct; nginx_http_file_cache .. _doxid-structnginx__http__file__cache: struct nginx_http_file_cache ============================ .. toctree:: :hidden: Overview ~~~~~~~~ HTTP server file caching settings :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct nginx_http_file_cache { // fields bool :ref:`enable`; unsigned int :ref:`max_num`; unsigned int :ref:`inactive_time`; unsigned int :ref:`valid_time`; bool :ref:`errors_enable`; }; .. _details-structnginx__http__file__cache: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ HTTP server file caching settings Fields ------ .. index:: pair: variable; enable .. _doxid-structnginx__http__file__cache_1a10027fd78ebd846f1af719f34bf2dc19: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool enable Enable caching .. index:: pair: variable; max_num .. _doxid-structnginx__http__file__cache_1a9c01a5ad4d51f020e16552a3af47914b: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int max_num Maximum number of elements in the cache .. index:: pair: variable; inactive_time .. _doxid-structnginx__http__file__cache_1a7e0406b63884f0663525f8c888e2d789: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int inactive_time Time in seconds after which inactive cache entry will be removed .. index:: pair: variable; valid_time .. _doxid-structnginx__http__file__cache_1aabed9ac8456d1f6288e4f6fb0f2c45ef: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int valid_time Time in seconds after which cache elements should be validated .. index:: pair: variable; errors_enable .. _doxid-structnginx__http__file__cache_1a643f34a52c87c133e761db28b1e073b3: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool errors_enable Do caching of file lookup errors