SPCache.Cache Property
Gets the current SPCache object.
Namespace: Microsoft.Office.Server.ObjectCache
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Cache As SPCache
Get
'Usage
Dim value As SPCache
value = SPCache.Cache
public static SPCache Cache { get; }
Property Value
Type: Microsoft.Office.Server.ObjectCache.SPCache
Returns SPCache.
Remarks
This is a static property.