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