Skip to main content

CacheV2

Classes

UNTESTED, DO NOT USE. Use Cache or LoadingCache instead

Constants

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

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

The difference in hit rates that restarts the climber.

The percent of the total size to adapt the window by

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