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.
|
EvictAll(IEnumerable<ObjectKey>)
Declaration
public void EvictAll(IEnumerable<ObjectKey> entityKeyList)
Parameters
System.
|
EvictAll(Type, Boolean)
Declaration
public void EvictAll(Type type, bool includeSubclasses)
Parameters
System.
|
System.
|
IsCached(IObjectId)
IsCached(ObjectKey)
Declaration
public bool IsCached(ObjectKey objectKey)
Parameters
Object
|
Returns
System.
|