ICacheService Interface

Provides an interface for cache service.

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

The ICacheService 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