FileCache.FileCache

FileCache()

Initializes new instance of FileCache class.

public FileCache()

See Also


FileCache(string)

Initializes new instance of FileCache class.

public FileCache(string path)
Parameter Type Description
path String Path where cache data will be saved

See Also