C# 클래스 GitSharp.Core.UnpackedObjectCache

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

공개 메소드들

메소드 설명
Reconfigure ( GitSharp.Core.WindowCacheConfig cfg ) : void
get ( PackFile pack, long position ) : Entry
purge ( PackFile file ) : void
store ( PackFile pack, long position, byte data, int objectType ) : void

비공개 메소드들

메소드 설명
ClearEntry ( Slot e ) : void
Hash ( long position ) : int
MoveToHead ( Slot e ) : void
ReleaseMemory ( ) : void
Unlink ( Slot e ) : void
UnpackedObjectCache ( ) : System

메소드 상세

Reconfigure() 공개 정적인 메소드

public static Reconfigure ( GitSharp.Core.WindowCacheConfig cfg ) : void
cfg GitSharp.Core.WindowCacheConfig
리턴 void

get() 공개 정적인 메소드

public static get ( PackFile pack, long position ) : Entry
pack PackFile
position long
리턴 Entry

purge() 공개 정적인 메소드

public static purge ( PackFile file ) : void
file PackFile
리턴 void

store() 공개 정적인 메소드

public static store ( PackFile pack, long position, byte data, int objectType ) : void
pack PackFile
position long
data byte
objectType int
리턴 void