Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.1.0
-
None
Description
- Replacement algorithm
- 0 : Clocked Least Frequently Used by Size (CLFUS) w/optional compression
- 1 : LRU w/o optional compression - trivially simple
CONFIG proxy.config.cache.ram_cache.algorithm INT 0 - Compress the content of the ram cache:
- 0 : no compression
- 1 : fastlz (extremely fast, relatively low compression)
- 2 : libz (moderate speed, reasonable compression)
- 3 : liblzma (very slow, high compression)
CONFIG proxy.config.cache.ram_cache.compress INT 0
documented in