C# 클래스 Volante.Impl.LruObjectCache

상속: OidHashTable
파일 보기 프로젝트 열기: kjk/volante

공개 메소드들

메소드 설명
ClearDirty ( int oid ) : void
Flush ( ) : void
Get ( int oid ) : IPersistent
Invalidate ( ) : void
LruObjectCache ( int size ) : System
Put ( int oid, IPersistent obj ) : void
Remove ( int oid ) : bool
SetDirty ( int oid ) : void

비공개 메소드들

메소드 설명
pinObject ( Entry e, IPersistent obj ) : void
rehash ( ) : void
unpinObject ( Entry e ) : void

메소드 상세

ClearDirty() 공개 메소드

public ClearDirty ( int oid ) : void
oid int
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Get() 공개 메소드

public Get ( int oid ) : IPersistent
oid int
리턴 IPersistent

Invalidate() 공개 메소드

public Invalidate ( ) : void
리턴 void

LruObjectCache() 공개 메소드

public LruObjectCache ( int size ) : System
size int
리턴 System

Put() 공개 메소드

public Put ( int oid, IPersistent obj ) : void
oid int
obj IPersistent
리턴 void

Remove() 공개 메소드

public Remove ( int oid ) : bool
oid int
리턴 bool

SetDirty() 공개 메소드

public SetDirty ( int oid ) : void
oid int
리턴 void