Interface ILevelTwoCache
Assembly: Telerik.OpenAccess.dll
Syntax
public interface ILevelTwoCache
Methods
Declaration
void Evict(ObjectKey objectKey)
Parameters
Declaration
void EvictAll(IEnumerable<ObjectKey> entityKeyList)
Parameters
|
System.Collections.Generic.IEnumerable<ObjectKey>
entityKeyList
|
Declaration
void EvictAll(Type entityType)
Parameters
Declaration
void EvictAll(Type entityType, bool includeSubtypes)
Parameters
|
System.Type
entityType
|
|
System.Boolean
includeSubtypes
|
Declaration
Type Parameters
Declaration
void EvictAll<T>(bool includeSubtypes)
Parameters
|
System.Boolean
includeSubtypes
|
Type Parameters
Declaration
bool IsCached(ObjectKey objectKey)
Parameters
Returns