C# Class SharpQuake.Cache.CacheEntry

Inheritance: cache_user_t
Afficher le fichier Open project: Memorix101/SharpQuake

Méthodes publiques

Méthode 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 méthode

public CacheEntry ( bool isHead = false ) : System
isHead bool
Résultat System

CacheEntry() public méthode

public CacheEntry ( int size ) : System
size int
Résultat System

InsertBefore() public méthode

public InsertBefore ( CacheEntry next ) : void
next CacheEntry
Résultat void

LRUInstertAfter() public méthode

public LRUInstertAfter ( CacheEntry prev ) : void
prev CacheEntry
Résultat void

Remove() public méthode

public Remove ( ) : void
Résultat void

RemoveFromLRU() public méthode

public RemoveFromLRU ( ) : void
Résultat void