Skip to content

The cache statistic swapCount is never recorded #23

@magoorden

Description

@magoorden

The recording of the cache statistic swapCount is guarded in JFactory:

if (SWAPCOUNT) {
    cachestats.swapCount++;
}

The constant SWAPCOUNT is hard-coded in JFactory to be false. Therefore, the cachestats will never record this statistic.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions