Progress® Telerik® Reporting R3 2020
FileStorage Methods
The FileStorage type exposes the following members.
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.) |