Hide

YetaWF.Caching Package Documentation

Display
Print

YetaWF.Modules.Caching.DataProvider.SQL.CachingSQLDataProvider Class

An instance of this class is instantiated during application startup and registers low-level data providers implementing shared and static caching using SQL.

These low-level data providers are only used with distributed caching (multi-instance site).

Applications do not access these low-level data providers directly. Caching services provided by YetaWF.Core.IO.Caching should be used instead.

Namespace: YetaWF.Modules.Caching.DataProvider.SQL
Assembly: YetaWF.Caching

Inheritance

Syntax

public class CachingSQLDataProvider : YetaWF.Core.DataProvider.IExternalDataProvider;

Constructors

PublicCachingSQLDataProviderConstructor.

Methods

PublicInherited from System.ObjectEqualsDetermines whether the specified object is equal to the current object.
ProtectedInherited from System.ObjectFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
PublicInherited from System.ObjectGetHashCodeServes as the default hash function.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
ProtectedInherited from System.ObjectMemberwiseCloneCreates a shallow copy of the current Object.
PublicStaticInherited from System.ObjectReferenceEqualsDetermines whether the specified Object instances are the same instance.
PublicRegisterCalled by the framework to register external data providers that expose the YetaWF.Core.DataProvider.IExternalDataProvider interface.
PublicInherited from System.ObjectToStringReturns a string that represents the current object.

See Also YetaWF.Caching PackageYetaWF.Core