StoreCloudValueProvider
Namespace: MBrace.Runtime.Components
CloudValue provider implementation that is based on cloud storage.
Instance members
Instance member | Description |
InstallCacheOnLocalAppDomain()
Signature: unit -> unit
|
Installs InMemory cache for StoreCloudValue instance in the local context |
UninstallCacheFromLocalAppDomain()
Signature: unit -> unit
|
Uninstalls InMemory cache for StoreCloudValue instance in the local context |
Static members
Static member | Description |
InitCloudValueProvider(...)
Signature: (mainStore:ICloudFileStore * cacheFactory:(unit -> InMemoryCache) option * localFileStore:(unit -> ICloudFileStore) option * serializer:ISerializer option * encapsulationThreshold:int64 option * shadowPersistObjects:bool option * compressionLevel:CompressionLevel option) -> StoreCloudValueProvider
|
Initializes a CloudValueProvider instance that is based on a cloud storage service. |