FileCache Constructor (SerializationBinder)Nemiro.Data.dll
Initializes a new instance of the file cache with custom type binder.

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

public FileCache(
	SerializationBinder binder
)

Parameters

binder
Type: System.Runtime.Serialization SerializationBinder
Class instance for serialization a custom objects.
Remarks

Default is CacheBinder.
See Also