Initializes a new instance of the file cache with specified storage path and custom type binder.
Namespace: Nemiro.Data.CachingAssembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax
Parameters
- cachePath
- Type: System String
Storage path.
- binder
- Type: System.Runtime.Serialization SerializationBinder
Class instance for serialization a custom objects.
See Also