Skip to content

[FrameworkBundle][PropertyAccess][Cache] Use PhpFilesAdapter instead of ApcuAdapter #29143

Closed
@PabloKowalczyk

Description

@PabloKowalczyk

Description

Last 4.2.0-beta release includes PR #27549.
Currently FrameworkExtension tries to build PropertyAccessor instance with APCu Adapter (FrameworkExtension which leads to PropertyAccessor), but maybe it is a good idea to use PhpFilesAdapter instead of APCu? IMO users without APCu can benefit from "cached version" of PropertyAccessor and PhpFilesAdapter on prod can be even faster than APCu, so for me there is no cons.
Of course i can provide PR, if you think that this change is reasonable.
WDYT?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions