FileCache Constructor Nemiro.Data.dll
Overload List

  NameDescription
Public methodFileCache 
Initializes a new instance of the file cache.
Public methodFileCache(SerializationBinder)
Initializes a new instance of the file cache with custom type binder.
Public methodFileCache(String)
Initializes a new instance of the file cache with specified storage path.
Public methodFileCache(String, Int64)
Initializes a new instance of the file cache with specified storage path and memory buffer size.
Public methodFileCache(String, SerializationBinder)
Initializes a new instance of the file cache with specified storage path and custom type binder.
Public methodFileCache(String, Int64, SerializationBinder)
Initializes a new instance of the file cache.
Public methodFileCache(String, Int64, SerializationBinder, TimeSpan, TimeSpan)
Initializes a new instance of the file cache.
Top
See Also