Skip to main content
Skip table of contents

File Loading and Caching (Tokens)

Token NameTypeDefault ValueAccepted ValuesCategoryDescription
BytesCacheMustLeaveFreeOnDiskUNSIGNED LONG5368709120 to ULLONG_MAX, inclusiveFile Loading and CachingReserves space on disk that the cache will not be allowed to consume.
FileContentsCacheCopyRetryCountUNSIGNED INT160 to UINT_MAX, inclusiveFile Loading and CachingNumber of attempts the system will try to cache files due to disk contention.
FileContentsCacheCopyRetryPauseUNSIGNED INT5000 to UINT_MAX, inclusiveFile Loading and CachingNumber of milliseconds the system will wait before retrying to save a cached file.
FileContentsCacheFilenameBaseSTRINGdata/N/AFile Loading and Caching

Every file to be cached must contain this string in its path.

NOTE: This might be a good candidate for deprecation.

FileContentsCacheLocationSTRINGC:/pc-nova/cache/N/AFile Loading and Caching

The location where DB files will be cached to.

FileContentsCacheMaxFileSizeUNSIGNED LONG2684354560 to ULLONG_MAX, inclusiveFile Loading and Caching

The maximum size of a file allowed to be cached (not the size of the cache).

A value of 0 will cause no files to be cached.

FilenameCacheNameSTRINGC:/pc-nova/filenameCache.txtN/AFile Loading and Caching

The manifest of contents written to the file cache.

NOTE: If the cache is manually deleted, this file must be deleted as well, or cache will not be rewritten to.

HIEFileLargeFilesAtOnceINT2INT_MIN to INT_MAX, inclusiveFile Loading and Caching


HIEFileLoadingSizeINT900000INT_MIN to INT_MAX, inclusiveFile Loading and Caching


HIEFileVerificationINT0INT_MIN to INT_MAX, inclusiveFile Loading and Caching


PTOFileLoadingSizeINT2097152INT_MIN to INT_MAX, inclusiveFile Loading and Caching


UseFilenameCacheBOOLONOFF, ON, 1, 0, TRUE, FALSEFile Loading and Caching

Enables the DB file cache to be written out to FileContentsCacheLocation, with a manifest written to FilenameCacheName.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.