GetCacheFile(IReadOnlyFileSystem) Method
Gets a file representing a cache file with a random file name.
Namespace
Statiq.Common
Containing Type
IReadOnlyFileSystemExtensions

Syntax

public static IFile GetCacheFile(this IReadOnlyFileSystem fileSystem)

Parameters

Name Type Description
fileSystem IReadOnlyFileSystem The file system.

Return Value

Type Description
IFile A cache file.