L:108
open_file_cache
syntax: open_file_cache off;
open_file_cache max=N[inactive=time](inactive表示如果在指定时间内没有访问则移除缓存);
default: off;
context:http,server,location
open_file_cache_errors 针对缓存信息错误的是否缓存
open_file_cache_min_uses 是指至少使用指定的次数才会保留在缓存中
open_file_cache_valid 根据指定时间确定缓存是否有效,否则就更新缓存