LEADTOOLS Medical (Leadtools.Medical.Caching assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
IStorageProvider Interface
See Also  Members  
Leadtools.Medical.Caching.Storage Namespace : IStorageProvider Interface



Provides an interface for storing and retrieving cache items.

Syntax

Visual Basic (Declaration) 
Public Interface IStorageProvider 
Visual Basic (Usage)Copy Code
Dim instance As IStorageProvider
C# 
public interface IStorageProvider 
C++/CLI 
public interface class IStorageProvider 

Remarks

Implement this interface and pass it to the Cache object if you want to provide your own way for storing the cache items (e.g. SQL database).

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also