Redigera

Dela via


HybridCache Class

Definition

public ref class HybridCache abstract
public abstract class HybridCache
type HybridCache = class
Public MustInherit Class HybridCache
Inheritance
HybridCache

Constructors

HybridCache()

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)
GetOrCreateAsync<T>(String, Func<CancellationToken,ValueTask<T>>, HybridCacheEntryOptions, IReadOnlyCollection<String>, CancellationToken)
GetOrCreateAsync<TState,T>(String, TState, Func<TState,CancellationToken, ValueTask<T>>, HybridCacheEntryOptions, IReadOnlyCollection<String>, CancellationToken)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
RemoveAsync(IEnumerable<String>, CancellationToken)
RemoveAsync(String, CancellationToken)
RemoveByTagAsync(IEnumerable<String>, CancellationToken)
RemoveByTagAsync(String, CancellationToken)
SetAsync<T>(String, T, HybridCacheEntryOptions, IReadOnlyCollection<String>, CancellationToken)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to