Редагувати

Поділитися через


HybridCacheEntryOptions Class

Definition

Additional options (expiration, etc.) that apply to a HybridCache operation. When options can be specified at multiple levels (for example, globally and per-call), the values are composed; the most granular non-null value is used, with null values being inherited. If no value is specified at any level, the implementation may choose a reasonable default.

public ref class HybridCacheEntryOptions sealed
public sealed class HybridCacheEntryOptions
type HybridCacheEntryOptions = class
Public NotInheritable Class HybridCacheEntryOptions
Inheritance
HybridCacheEntryOptions

Constructors

HybridCacheEntryOptions()

Properties

Expiration

Gets or set the overall cache duration of this entry, passed to the backend distributed cache.

Flags

Gets or sets additional flags that apply to the requested operation.

LocalCacheExpiration

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to