ICacheProvider
Interface
Provides a mechanism for creating a specific instance of a cache.
Definition
Namespace:Telerik.Reporting.Cache.Interfaces
Assembly:Telerik.Reporting.dll
Syntax:
C#
public interface ICacheProvider
Methods
Creates a new cache using the specified cache information.
C#
ICache CreateCache(IDictionary parameters)
Specifies the parameters used to create the cache.
Returns:The newly created instance of the cache.