IStorageProvider
Interface
Represents an object which creates instances of particular storage implementation.
Definition
Namespace:Telerik.Reporting.Cache.Interfaces
Assembly:Telerik.Reporting.dll
Syntax:
C#
public interface IStorageProvider
Methods
Creates an instance of storage.
Initializes the provider instance with parameters used to configure each newly created storage instance.
C#
void Initialize(IDictionary<string, string> parameters)
Dictionary of name-value pairs representing storage configuration parameters.