Skip to content

AdminApplication::setMemcacheInstanceValues() can mess up added cache values #4

@gauthierm

Description

@gauthierm

Since added cached values are deferred until the end of the request, all cached values will use the last instance values that are set on the memcache module.

The correct solution should create one module per instance and add convenience methods that also have an instance parameter.

This doesn't affect any known code yet but might be an issue in the future.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions