Provides an interface for storing and retrieving cache items.
Syntax
C#
VB
C++
publicinterface IStorageProvider
PublicInterface IStorageProvider
publicinterfaceclass IStorageProvider
Remarks
Implement this interface and pass it to the Leadtools.Medical.Caching.Cache object if you want to provide your own way for storing the cache items (e.g. SQL database).