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