Progress® Telerik® Reporting R1 2021
FileStorage Class
IStorage
implementation utilizing the file system storage.
Inheritance Hierarchy
Namespace: Telerik.Reporting.Cache.FileAssembly: Telerik.Reporting (in Telerik.Reporting.dll)
Syntax
The FileStorage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FileStorage |
Initializes a new instance of the FileStorage class.
The files representing the stored values go under the current user's temporary folder.
|
![]() | FileStorage(String) |
Initializes a new instance of the FileStorage class.
|
Properties
Methods
Name | Description | |
---|---|---|
![]() | AcquireLock |
Acquires a lock on a named resource.
(Inherited from CacheStorage.) |
![]() | AddInSet |
Adds a single string value to a set of values denoted from the given key.
(Inherited from CacheStorage.) |
![]() | Delete |
Deletes a key with its value (string or byte array) from the storage.
(Inherited from CacheStorage.) |
![]() | DeleteInSet |
Deletes a single string value from a set of values denoted from the given key.
(Inherited from CacheStorage.) |
![]() | DeleteMasterKey | |
![]() | DeleteSet |
Deletes set of values denoted by the given key.
(Inherited from CacheStorage.) |
![]() | Exists |
Retrieves a value indicating if a single value (string or byte array)
exists in the storage.
(Inherited from CacheStorage.) |
![]() | ExistsInSet |
Retrieves a value indicating if a set of values
exists in the storage.
(Inherited from CacheStorage.) |
![]() | GetAllMembersInSet |
Retrieves all members in a set of string values.
(Inherited from CacheStorage.) |
![]() | GetBytes |
Retrieves a byte array value stored under particular key.
(Inherited from CacheStorage.) |
![]() | GetCountInSet |
Retrieves the count of the values in a set value stored in the storage.
(Inherited from CacheStorage.) |
![]() | GetString |
Retrieves a string value stored under particular key.
(Inherited from CacheStorage.) |
![]() | SetBytes |
Stores a byte array value under particular key.
(Inherited from CacheStorage.) |
![]() | SetString |
Stores a string value under particular key.
(Inherited from CacheStorage.) |
Remarks
FileStorage is appropriate for
single instance deployment scenario only.
Version Information
Supported in: 1.0.1