Table of Contents

Class ManyKey

Namespace
The.Caching
Assembly
Instagile.dll
public abstract class ManyKey : CacheKey
Inheritance
ManyKey
Derived
Inherited Members

Constructors

ManyKey(string)

protected ManyKey(string targetEntityName)

Parameters

targetEntityName string

Fields

TargetEntityName

public readonly string TargetEntityName

Field Value

string

Methods

AsGuids()

public virtual Guids AsGuids()

Returns

Guids

GetFilter()

protected abstract Expression? GetFilter()

Returns

Expression