Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Check if an Item within cache is already expired upon Get Request

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

Syntax

C#
public bool CheckExpired(
	string key
)
Visual Basic (Declaration)
Public Function CheckExpired ( _
	key As String _
) As Boolean
Visual C++
public:
bool CheckExpired(
	String^ key
)

Parameters

key
Type: System..::.String

[Missing <param name="key"/> documentation for "M:SharedCache.WinServiceCommon.CacheExpire.CheckExpired(System.String)"]

Return Value

[Missing <returns> documentation for "M:SharedCache.WinServiceCommon.CacheExpire.CheckExpired(System.String)"]

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.CacheExpire.CheckExpired(System.String)"]

See Also