C# Class SharpQuake.Cache.CacheEntry

Inheritance: cache_user_t
Show file Open project: Memorix101/SharpQuake

Public Methods

Method Description
CacheEntry ( bool isHead = false ) : System
CacheEntry ( int size ) : System
InsertBefore ( CacheEntry next ) : void
LRUInstertAfter ( CacheEntry prev ) : void
Remove ( ) : void
RemoveFromLRU ( ) : void

Method Details

CacheEntry() public method

public CacheEntry ( bool isHead = false ) : System
isHead bool
return System

CacheEntry() public method

public CacheEntry ( int size ) : System
size int
return System

InsertBefore() public method

public InsertBefore ( CacheEntry next ) : void
next CacheEntry
return void

LRUInstertAfter() public method

public LRUInstertAfter ( CacheEntry prev ) : void
prev CacheEntry
return void

Remove() public method

public Remove ( ) : void
return void

RemoveFromLRU() public method

public RemoveFromLRU ( ) : void
return void