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