SPSecurityTokenServiceManager.MaxServiceTokenOptimisticCacheItems property

Gets or sets the capacity of the of the backend service security token cache. The weak cache is the maximum size of the cache used optimistically when there is sufficient free memory.

Namespace:  Microsoft.SharePoint.Administration.Claims
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property MaxServiceTokenOptimisticCacheItems As Integer
    Get
    Set
'Usage
Dim instance As SPSecurityTokenServiceManager
Dim value As Integer

value = instance.MaxServiceTokenOptimisticCacheItems

instance.MaxServiceTokenOptimisticCacheItems = value
public int MaxServiceTokenOptimisticCacheItems { get; set; }

Property value

Type: System.Int32
A Int32 value of the capacity of the of the backend service security token cache.

See also

Reference

SPSecurityTokenServiceManager class

SPSecurityTokenServiceManager members

Microsoft.SharePoint.Administration.Claims namespace