Clears the cache internal.
Namespace: DotNetNuke.Services.CacheAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
protected void ClearCacheInternal( string cacheType, string data, bool clearRuntime ) |
Visual Basic |
---|
Protected Sub ClearCacheInternal ( cacheType As String, data As String, clearRuntime As Boolean ) |
Parameters
- cacheType
- Type: System..::..String
Type of the cache.
- data
- Type: System..::..String
The data.
- clearRuntime
- Type: System..::..Boolean
if set to true clear runtime cache.