The recording of the cache statistic `swapCount` is guarded in `JFactory`: ```java if (SWAPCOUNT) { cachestats.swapCount++; } ``` The constant `SWAPCOUNT` is hard-coded in `JFactory` to be `false`. Therefore, the `cachestats` will never record this statistic.