FileStoreCache
Namespace: MBrace.Runtime.Store
File store caching facility
Instance members
Instance member | Description |
BeginReadCached(path)
Signature: path:string -> Async<Stream>
|
Begins reading a cached copy of the stored file. If file does not exist in local cache it will be downloaded before reading begins. |
CacheContainer
Signature: string
|
Cache container in local store. CompiledName: |
CacheStore
Signature: ICloudFileStore
|
Local caching store in current machine. CompiledName: |
SourceStore
Signature: ICloudFileStore
|
Source store to be cached. CompiledName: |
Static members
Static member | Description |
Create(...)
Signature: (target:ICloudFileStore * localCacheStore:ICloudFileStore * localCacheContainer:string option) -> FileStoreCache
|
Wraps a file store instance in an instance that caches files to a cloud file store. |