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