CacheParameter structure

Specifies the possible parameters for creating a cache.

Namespace:  Microsoft.Office.Server.ObjectCache
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Structure CacheParameter
'Usage
Dim instance As CacheParameter
public struct CacheParameter

Remarks

For a code sample that demonstrates how to instantiate and use this class when creating new caches, see SPCacheConfig.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

CacheParameter members

Microsoft.Office.Server.ObjectCache namespace