FileCache Constructor (String, Int64, SerializationBinder)Nemiro.Data.dll
Initializes a new instance of the file cache.

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,
	long bufferSize,
	SerializationBinder binder
)

Parameters

cachePath
Type: System String
Storage path.
bufferSize
Type: System Int64
Memory buffer size (Kb).
binder
Type: System.Runtime.Serialization SerializationBinder
Class instance for serialization a custom objects.
See Also