MBrace.Runtime


StoreCloudValueProvider

Namespace: MBrace.Runtime.Components

CloudValue provider implementation that is based on cloud storage.

Instance members

Instance memberDescription
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 memberDescription
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.

Fork me on GitHub