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 | |
---|---|---|
DataCacheSerializationProperties(DataCacheObjectSerializerType, IDataCacheObjectSerializer) | Creates a new DataCacheSerializationProperties object. |
Properties
Name | Description | |
---|---|---|
CacheObjectSerializerType | The type of serialization to use for cached objects. |
|
CustomCacheObjectSerializer | Returns the IDataCacheObjectSerializer for a custom serializer. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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