Instances of caching provider.

Namespace: DotNetNuke.Services.Cache
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static CachingProvider Instance()
Visual Basic
Public Shared Function Instance As CachingProvider

Return Value

The Implemments provider of cache system defind in web.config.

See Also