C# 클래스 Machete.Service.WorkerCache

파일 보기 프로젝트 열기: SavageLearning/Machete

Private Properties

프로퍼티 타입 설명
FillCache void
FillCache void

공개 메소드들

메소드 설명
ExpireMembers ( MacheteContext db ) : bool

Expires active workers based on expiration date

Initialize ( MacheteContext db ) : void
ReactivateMembers ( MacheteContext db ) : bool

Reactivates sanctioned workers based on reactivation date

Refresh ( MacheteContext db ) : void
getCache ( ) : IEnumerable

비공개 메소드들

메소드 설명
FillCache ( ) : void
FillCache ( MacheteContext db ) : void

메소드 상세

ExpireMembers() 공개 정적인 메소드

Expires active workers based on expiration date
public static ExpireMembers ( MacheteContext db ) : bool
db MacheteContext
리턴 bool

Initialize() 공개 정적인 메소드

public static Initialize ( MacheteContext db ) : void
db MacheteContext
리턴 void

ReactivateMembers() 공개 정적인 메소드

Reactivates sanctioned workers based on reactivation date
public static ReactivateMembers ( MacheteContext db ) : bool
db MacheteContext
리턴 bool

Refresh() 공개 정적인 메소드

public static Refresh ( MacheteContext db ) : void
db MacheteContext
리턴 void

getCache() 공개 정적인 메소드

public static getCache ( ) : IEnumerable
리턴 IEnumerable