Interface IStorageProvider
Represents an object which creates instances of particular storage implementation.
Namespace: Telerik.Reporting.Cache.Interfaces
Assembly: Telerik.Reporting.dll
Syntax
public interface IStorageProvider
Methods
CreateStorage()
Creates an instance of storage.
Declaration
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
void Initialize(IDictionary<string, string> parameters)
Parameters
System.Collections.Generic.IDictionary<System.String, System.String>
parameters
Dictionary of name-value pairs representing storage configuration parameters. |