Configures the HTTP file cache.
none
The following table describes attributes for the http-file-cache element.
Table 1–69 http-file-cache Attributes| Attribute | Default | Description | 
|---|---|---|
| false (developer profile) true (cluster and enterprise profiles) | (optional) If true, enables the file cache. | |
| false (developer profile) true (cluster and enterprise profiles) | (optional) If true, enables caching of the file content if the file size exceeds the small-file-size-limit-in-bytes. | |
| 30 | (optional) Specifies the maximum age of a file cache entry. | |
| 537600 | (optional) Specifies the maximum size of a file that can be cached as a memory mapped file. | |
| 10485760 | (optional) Specifies the total size of all files that are cached as memory mapped files. | |
| 2048 | (optional) Specifies the maximum size of a file that can be read into memory. | |
| 1048576 | (optional) Specifies the total size of all files that are read into memory. | |
| false | (optional) If true, enables the use of TransmitFileSystem calls. Meaningful only for Windows. | |
| 1024 | (optional) Specifies the maximum number of files in the file cache. | |
| 0 | (optional) Specifies the initial number of hash buckets. |