Type serializer of custom objects.
Namespace: Nemiro.Data.SqlAssembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax
Property Value
Type: TypeRemarks
Used only if the property CacheType value has File.
If not specified, the default is CacheBinder.
Changing this property can not be programmatically. Please, use configuration file for it.
<appSettings> <clear /> <!--Cache type--> <add key="NeData:Sql:CacheType" value="File" /> <!--Cache binder--> <add key="NeData:Sql:CacheBinder" value="MyCacheBinder" /> </appSettings>
See Also