Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
All needed CacheExpire logic upon Win32 start and stop; The Init() will run within its own thread.

Namespace:  SharedCache.WinService
Assembly:  SharedCache.WinService (in SharedCache.WinService.exe) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public class CacheExpire : IInit
Visual Basic (Declaration)
Public Class CacheExpire _
	Implements IInit
Visual C++
public ref class CacheExpire : IInit

Remarks

[Missing <remarks> documentation for "T:SharedCache.WinService.CacheExpire"]

Inheritance Hierarchy

System..::.Object
  SharedCache.WinService..::.CacheExpire

See Also