Progress® Telerik® Reporting R1 2021
ICache Methods
The ICache type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Clear |
Clears all values and their corresponding keys from the cache.
|
![]() | GetValue |
Retrieves the value with the specified key from the cache.
|
![]() | HasValue |
Determines if a value with the specified key exists in the cache.
|
![]() | SetValue |
Stores the specified value with the given key in the cache.
|