ES3.CacheFile

public static void CacheFile(string filePath, ES3Settings settings)

Description

Caches a locally-stored file to memory. This enables you to load multiple keys from the file without the overhead of random access or opening the file multiple times.

For more information see the Improving Performance guide.

Parameters

filePath [Optional] The relative or absolute path of the file we want to cache.

settings

[Optional] The settings we want to use to override the default settings.

Examples