FileCache

FileCache(string)

の新しいインスタンスを作成しますFileCacheclass.

public FileCache(string cachePath)
パラメータ タイプ 説明
cachePath String ドキュメント キャッシュが格納される相対パスまたは絶対パス。

例外

例外 調子
ArgumentNullException スローされるタイミングcachePath無効である。

関連項目


FileCache(string, string)

の新しいインスタンスを作成しますFileCacheclass.

public FileCache(string cachePath, string cacheSubFolder)
パラメータ タイプ 説明
cachePath String ドキュメント キャッシュが格納される相対パスまたは絶対パス。
cacheSubFolder String 追加先のサブフォルダーcachePath.

例外

例外 調子
ArgumentNullException スローされるタイミングcachePath無効である。
ArgumentNullException スローされるタイミングcacheSubFolder無効である。

関連項目