Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.