StaticFilesPoolMaxCacheSize 属性
对于静态资源缓存的最大尺寸。默认1024*1024。
命名空间: TouchSocket.Http程序集: TouchSocket.Http (在 TouchSocket.Http.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
public int MaxCacheSize { get; set; }
Public Property MaxCacheSize As Integer
Get
Set
member MaxCacheSize : int with get, set
属性值
Int32
大于设定值的资源只会存储FileInfo,每次访问资源时都会从磁盘加载。