ES3.StoreCachedFile

public static void StoreCachedFile(string filePath, ES3Settings settings)

Description

Stores a file in the cache as a local file. This enables you to save multiple keys to a file and store it using a single write, eliminating the overhead of random access.

For more information see the Improving Performance guide.

Parameters

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

settings

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

Examples