Overload List
Name | Description | |
---|---|---|
![]() | FileCache |
Initializes a new instance of the file cache.
|
![]() | FileCache(SerializationBinder) |
Initializes a new instance of the file cache with custom type binder.
|
![]() | FileCache(String) |
Initializes a new instance of the file cache with specified storage path.
|
![]() | FileCache(String, Int64) |
Initializes a new instance of the file cache with specified storage path and memory buffer size.
|
![]() | FileCache(String, SerializationBinder) |
Initializes a new instance of the file cache with specified storage path and custom type binder.
|
![]() | FileCache(String, Int64, SerializationBinder) |
Initializes a new instance of the file cache.
|
![]() | FileCache(String, Int64, SerializationBinder, TimeSpan, TimeSpan) |
Initializes a new instance of the file cache.
|
See Also