CacheOperationType Enumeration

 

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Syntax

public enum CacheOperationType
public enum class CacheOperationType
type CacheOperationType
Public Enumeration CacheOperationType

Members

Member name Description
Add

This API supports the product infrastructure and is not intended to be used directly from your code.

AsyncGet

This API supports the product infrastructure and is not intended to be used directly from your code.

BulkGet

This API supports the product infrastructure and is not intended to be used directly from your code.

ClearCache

This API supports the product infrastructure and is not intended to be used directly from your code.

ClearRegion

This API supports the product infrastructure and is not intended to be used directly from your code.

Concatenate

This API supports the product infrastructure and is not intended to be used directly from your code.

ContainsKey

This API supports the product infrastructure and is not intended to be used directly from your code.

CreateRegion

This API supports the product infrastructure and is not intended to be used directly from your code.

Get

This API supports the product infrastructure and is not intended to be used directly from your code.

GetAllKeys

This API supports the product infrastructure and is not intended to be used directly from your code.

GetAndLock

This API supports the product infrastructure and is not intended to be used directly from your code.

GetCacheItem

This API supports the product infrastructure and is not intended to be used directly from your code.

GetIfNewer

This API supports the product infrastructure and is not intended to be used directly from your code.

Increment

This API supports the product infrastructure and is not intended to be used directly from your code.

LockedRemove

This API supports the product infrastructure and is not intended to be used directly from your code.

Put

This API supports the product infrastructure and is not intended to be used directly from your code.

PutAndUnlock

This API supports the product infrastructure and is not intended to be used directly from your code.

Remove

This API supports the product infrastructure and is not intended to be used directly from your code.

RemoveRegion

This API supports the product infrastructure and is not intended to be used directly from your code.

ResetObjectTimeout

This API supports the product infrastructure and is not intended to be used directly from your code.

Unknown

This API supports the product infrastructure and is not intended to be used directly from your code.

Unlock

This API supports the product infrastructure and is not intended to be used directly from your code.

See Also

Microsoft.ApplicationServer.Caching Namespace

Return to top