pydl85.predictors.predictor.Wipe_Type¶
- class pydl85.predictors.predictor.Wipe_Type(value)[source]¶
An enum class used to indicate the type of cache used when the DL85Predictor.maxcachesize is reached.
- Variables:
Wipe_All – Wipe the cache (using the wipe factor) without any specific policy
Wipe_Subnodes – Wipe the cache by removing the nodes from ones having few subnodes to ones having many subnodes
Wipe_Reuses – Wipe the cache by removing the nodes from ones being reused the least to ones being reused the most