ICacheProvider Interface

Provides an interface for cache providers.

Namespace:  Dundas.BI.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public interface ICacheProvider

The ICacheProvider type exposes the following members.

Methods
  NameDescription
Public methodGetData
Gets the data using key.
Public methodHasKey
Checks if the key exists in cache.
Public methodInvalidate
Removes the data from cache.
Public methodSetData
Sets the data with value and expiration time of key into the cache.
Top
See Also