Skip to content

The cache statistic swapCount is never recorded #23

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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