Class FileStorage
IStorage implementation utilizing the file system storage.
Inherited Members
Namespace: Telerik.Reporting.Cache.File
Assembly: Telerik.Reporting.dll
Syntax
public class FileStorage : CacheStorage, IStorage2, IStorage
Remarks
FileStorage is appropriate for single instance deployment scenario only.
Constructors
FileStorage()
Initializes a new instance of the FileStorage class. The files representing the stored values go under the current user's temporary folder.
Declaration
public FileStorage()
FileStorage(String)
Initializes a new instance of the FileStorage class.
Declaration
public FileStorage(string directory)
Parameters
System.String
directory
The directory which will contain the files representing the stored values. |
Properties
Directory
Gets the root directory where data will be stored.
Declaration
public string Directory { get; }
Property Value
System.String
|
Methods
DeleteMasterKey(String)
Declaration
public void DeleteMasterKey(string key)
Parameters
System.String
key
|