Method | Description | |
---|---|---|
Alloc ( int size, string name ) : |
||
Check ( |
Cache_Check Returns value of c.data if still cached or null
|
|
Init ( int capacity ) : void | ||
Report ( ) : void |
Cache_Report
|
Method | Description | |
---|---|---|
Flush ( ) : void | ||
Free ( |
||
TryAlloc ( int size ) : CacheEntry |
public static Alloc ( int size, string name ) : |
||
size | int | |
name | string | |
return |
public static Check ( |
||
c | ||
return | object |