C# 클래스 BuildYourOwnDAL.SessionLevelCache

파일 보기 프로젝트 열기: davybrion/BuildYourOwnDal 1 사용 예제들

공개 메소드들

메소드 설명
ClearAll ( ) : void
Remove ( object entity ) : void
RemoveAllInstancesOf ( Type type ) : void
Store ( Type type, object id, object entity ) : void
TryToFind ( Type type, object id ) : object

메소드 상세

ClearAll() 공개 메소드

public ClearAll ( ) : void
리턴 void

Remove() 공개 메소드

public Remove ( object entity ) : void
entity object
리턴 void

RemoveAllInstancesOf() 공개 메소드

public RemoveAllInstancesOf ( Type type ) : void
type System.Type
리턴 void

Store() 공개 메소드

public Store ( Type type, object id, object entity ) : void
type System.Type
id object
entity object
리턴 void

TryToFind() 공개 메소드

public TryToFind ( Type type, object id ) : object
type System.Type
id object
리턴 object