CacheManager GetFileCache Method Nemiro.Data.dll
Gets or adds and returns an object in the file system cache.

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

public static FileCache GetFileCache(
	string cachePath = null
)

Parameters

cachePath (Optional)
Type: System String
File cache storage path.

Return Value

Type: FileCache
See Also