Skip to main content

CacheV2

Classes

Node
CacheV2

Constants

PERCENT_MAIN : number

The initial percent of the maximum weighted capacity dedicated to the main space.

PERCENT_MAIN_PROTECTED : number

The percent of the maximum weighted capacity dedicated to the main's protected space.

HILL_CLIMBER_RESTART_THRESHOLD : number

The difference in hit rates that restarts the climber.

HILL_CLIMBER_STEP_PERCENT : number

The percent of the total size to adapt the window by

HILL_CLIMBER_STEP_DECAY_RATE : number

The rate to decrease the step size to adapt by

Node

Kind: global class

node.getNextInAccessOrder() ⇒ Node.<K, V>

Kind: instance method of Node

node.getPolicyWeight() ⇒ number

Kind: instance method of Node

PERCENT_MAIN : number

The initial percent of the maximum weighted capacity dedicated to the main space.

Kind: global constant

PERCENT_MAIN_PROTECTED : number

The percent of the maximum weighted capacity dedicated to the main's protected space.

Kind: global constant

HILL_CLIMBER_RESTART_THRESHOLD : number

The difference in hit rates that restarts the climber.

Kind: global constant

HILL_CLIMBER_STEP_PERCENT : number

The percent of the total size to adapt the window by

Kind: global constant

HILL_CLIMBER_STEP_DECAY_RATE : number

The rate to decrease the step size to adapt by

Kind: global constant