Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Gets or sets the service cache cleanup.

Namespace:  SharedCache.WinServiceCommon.Configuration.Server
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public Enums..::.ServiceCacheCleanUp ServiceCacheCleanup { get; set; }
Visual Basic (Declaration)
Public Property ServiceCacheCleanup As Enums..::.ServiceCacheCleanUp
Visual C++
public:
property Enums..::.ServiceCacheCleanUp ServiceCacheCleanup {
	Enums..::.ServiceCacheCleanUp get ();
	void set (Enums..::.ServiceCacheCleanUp value);
}

Field Value

The service cache cleanup.

Remarks

[Missing <remarks> documentation for "P:SharedCache.WinServiceCommon.Configuration.Server.IndexusServerSettingElement.ServiceCacheCleanup"]

See Also