Interface ILevelOneCache
Namespace: Telerik.OpenAccess
Assembly: Telerik.OpenAccess.dll
Syntax
public interface ILevelOneCache
Methods
Release(Object)
Declaration
void Release(object entity)
Parameters
|
System.Object
entity
|
ReleaseAll()
Declaration
void ReleaseAll()
ReleaseAll(IEnumerable<Object>)
Declaration
void ReleaseAll(IEnumerable<object> entities)
Parameters
|
System.Collections.Generic.IEnumerable<System.Object>
entities
|