Initializes a new instance of the IsolatedStorageCacheReader class.
Namespace: FirstFloor.Documents.IO.Caching
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.11.0)
Syntax
public IsolatedStorageCacheReader( IPackageReader reader, IsolatedStorageFile store, string basePath )
Parameters
- reader
- Type: FirstFloor.Documents.IOIPackageReader
The reader. - store
- Type: System.IO.IsolatedStorageIsolatedStorageFile
The store. - basePath
- Type: SystemString
The base path.
See Also