DataCacheSerializationProperties Class

 

Specifies the serialization properties for a cache client.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Inheritance Hierarchy

System.Object
  Microsoft.ApplicationServer.Caching.DataCacheSerializationProperties

Syntax

public class DataCacheSerializationProperties
public ref class DataCacheSerializationProperties 
type DataCacheSerializationProperties = class end
Public Class DataCacheSerializationProperties

Constructors

Name Description
System_CAPS_pubmethod DataCacheSerializationProperties(DataCacheObjectSerializerType, IDataCacheObjectSerializer)

Creates a new DataCacheSerializationProperties object.

Properties

Name Description
System_CAPS_pubproperty CacheObjectSerializerType

The type of serialization to use for cached objects.

System_CAPS_pubproperty CustomCacheObjectSerializer

Returns the IDataCacheObjectSerializer for a custom serializer.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

Microsoft.ApplicationServer.Caching Namespace

Return to top