Skip to content

Tags: pskopnik/htc-cache-system-simulator

Tags

v1.0.1

Toggle v1.0.1's commit message
Fix FIFO cache policy algorithm

The algorithm implementation relied on the `ensure` argument to decide
whether a file newly entered the cache. However, `ensure` has since been
deprecated and is now set to True always. As a result FIFO was in fact
LRU. This is fixed in this commit.

v1.0.0

Toggle v1.0.0's commit message
Add LICENSE