Interface
IStorageProvider

Represents an object which creates instances of particular storage implementation.

Definition

Namespace:Telerik.Reporting.Cache.Interfaces

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public interface IStorageProvider

Methods

CreateStorage()

Creates an instance of storage.

Declaration

cs-api-definition
IStorage CreateStorage()

Returns

IStorage

The newly created storage instance.

Initialize(IDictionary<string, string>)

Initializes the provider instance with parameters used to configure each newly created storage instance.

Declaration

cs-api-definition
void Initialize(IDictionary<string, string> parameters)

Parameters

parameters

IDictionary<string, string>

Dictionary of name-value pairs representing storage configuration parameters.