Table of Contents

Class ViewKey

Namespace
The.Caching
Assembly
Instagile.dll

Cache key for queries that apply ordering/pagination to a base query. Represents a view of the base key's data.

public sealed class ViewKey : ManyKey
Inheritance
ViewKey
Inherited Members

Constructors

ViewKey(ManyKey, View)

Cache key for queries that apply ordering/pagination to a base query. Represents a view of the base key's data.

public ViewKey(ManyKey baseKey, View view)

Parameters

baseKey ManyKey
view View

Fields

BaseKey

public readonly ManyKey BaseKey

Field Value

ManyKey

View

public readonly View View

Field Value

View

Methods

AsGuids()

public override Guids AsGuids()

Returns

Guids

Equals(object?)

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

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetFilter()

protected override Expression? GetFilter()

Returns

Expression

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.