Visual Basic (Declaration) | |
---|---|
Public Interface IStorageProvider |
Visual Basic (Usage) | Copy Code |
---|---|
|
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: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family