Name | Type | Default value | Description |
---|---|---|---|
minAgeS | long | -1 | Minimum age (in seconds) for an item in the cache. This is useful for big files that we don't want to frequently update in the cache, for performance reasons. The default is -1 which means no limit. |
maxAgeS | long | -1 | Maximum age (in seconds) for an item in the cache. The default is -1 which means no limit. |
maxSizeMB | int | -1 | Maximum size (in megabytes) for the cache. The default is -1 which means no limit. |
maxSizePerFileKB | int | -1 | Maximum size (in kilobytes) for an item to be cached. The default is -1 which means no limit. |