ICacheProvider Interface |
Namespace: Dundas.BI.Extensibility
The ICacheProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetData |
Gets the data using key.
|
![]() | HasKey |
Checks if the key exists in cache.
|
![]() | Invalidate |
Removes the data from cache.
|
![]() | SetData |
Sets the data with value and expiration time of key into the cache.
|