| 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 | |
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).
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family