C# 클래스 SharpQuake.Cache

Cache_functions
파일 보기 프로젝트 열기: Memorix101/SharpQuake

공개 메소드들

메소드 설명
Alloc ( int size, string name ) : cache_user_t
Check ( cache_user_t c ) : object

Cache_Check Returns value of c.data if still cached or null

Init ( int capacity ) : void
Report ( ) : void

Cache_Report

비공개 메소드들

메소드 설명
Flush ( ) : void
Free ( cache_user_t c ) : void
TryAlloc ( int size ) : CacheEntry

메소드 상세

Alloc() 공개 정적인 메소드

public static Alloc ( int size, string name ) : cache_user_t
size int
name string
리턴 cache_user_t

Check() 공개 정적인 메소드

Cache_Check Returns value of c.data if still cached or null
public static Check ( cache_user_t c ) : object
c cache_user_t
리턴 object

Init() 공개 정적인 메소드

public static Init ( int capacity ) : void
capacity int
리턴 void

Report() 공개 정적인 메소드

Cache_Report
public static Report ( ) : void
리턴 void