NET Caching Library Help
Initialize Method




KellermanSoftware.NetCachingLibrary.CacheProviders Namespace > BaseDatabaseCacheProvider Class : Initialize Method
Create the database if needed. Create the cache table if it does not exist. Calculate the cache size. Start the scavenging timer.
Syntax
'Declaration
 
Protected Overridable Sub Initialize() 
'Usage
 
Dim instance As BaseDatabaseCacheProvider
 
instance.Initialize()
protected virtual void Initialize()
protected: virtual void Initialize(); 
protected:
virtual void Initialize(); 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseDatabaseCacheProvider Class
BaseDatabaseCacheProvider Members