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