FileCache Constructor (String)Nemiro.Data.dll
Initializes a new instance of the file cache with specified storage path.

Namespace: Nemiro.Data.Caching
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public FileCache(
	string cachePath
)

Parameters

cachePath
Type: System String
Storage path.
See Also