Class DatabaseLevelCache
Inheritance
System.Object
DatabaseLevelCache
Namespace: Telerik.OpenAccess
Assembly: Telerik.OpenAccess.dll
Syntax
public class DatabaseLevelCache
Methods
Evict(IObjectId)
Evict(ObjectKey)
EvictAll()
Declaration
public void EvictAll()
EvictAll(IEnumerable<IObjectId>)
Declaration
public void EvictAll(IEnumerable<IObjectId> oids)
Parameters
|
System.Collections.Generic.IEnumerable<IObjectId>
oids
|
EvictAll(IEnumerable<ObjectKey>)
Declaration
public void EvictAll(IEnumerable<ObjectKey> entityKeyList)
Parameters
|
System.Collections.Generic.IEnumerable<ObjectKey>
entityKeyList
|
EvictAll(Type, Boolean)
Declaration
public void EvictAll(Type type, bool includeSubclasses)
Parameters
|
System.Type
type
|
|
System.Boolean
includeSubclasses
|
IsCached(IObjectId)
IsCached(ObjectKey)
Declaration
public bool IsCached(ObjectKey objectKey)
Parameters
|
ObjectKey
objectKey
|
Returns
|
System.Boolean
|