Interface
ILevelTwoCache

Definition

Namespace:Telerik.OpenAccess

Assembly:Telerik.OpenAccess.dll

Syntax:

cs-api-definition
public interface ILevelTwoCache

Derived Classes: OpenAccessContextBase

Methods

Evict(ObjectKey)

Declaration

cs-api-definition
void Evict(ObjectKey objectKey)

Parameters

objectKey

ObjectKey

EvictAll()

Declaration

cs-api-definition
void EvictAll()

EvictAll(IEnumerable<ObjectKey>)

Declaration

cs-api-definition
void EvictAll(IEnumerable<ObjectKey> entityKeyList)

Parameters

entityKeyList

IEnumerable<ObjectKey>

EvictAll(Type)

Declaration

cs-api-definition
void EvictAll(Type entityType)

Parameters

entityType

Type

EvictAll(Type, bool)

Declaration

cs-api-definition
void EvictAll(Type entityType, bool includeSubtypes)

Parameters

entityType

Type

includeSubtypes

bool

EvictAll<T>()

Declaration

cs-api-definition
void EvictAll<T>()

EvictAll<T>(bool)

Declaration

cs-api-definition
void EvictAll<T>(bool includeSubtypes)

Parameters

includeSubtypes

bool

IsCached(ObjectKey)

Declaration

cs-api-definition
bool IsCached(ObjectKey objectKey)

Parameters

objectKey

ObjectKey

Returns

bool