Property | Type | Description | |
---|---|---|---|
_current_size | int | ||
_head | Entry | ||
_ht | |||
_max_size | int | ||
_tail | Entry |
Method | Description | |
---|---|---|
Add ( object key, object val ) : void | ||
Cache ( int max_size ) : System | ||
Clear ( ) : void | ||
Contains ( object key ) : bool | ||
Get ( object key ) : object | ||
GetEnumerator ( ) : IEnumerator | ||
Remove ( object key ) : object | ||
this ( object key ) : object |
Method | Description | |
---|---|---|
Pop ( ) : Entry | ||
PushBack ( Entry e ) : void | ||
RemoveFromList ( Entry e ) : void |
protected Hashtable,System.Collections _ht | ||
return |