Skip to content

The Cache implementation in this package does not properly implement PSR-16 #984

@stof

Description

@stof

In the PSR-16 interface (psr/simple-cache), the get method is supposed to return the cached value (same value than what is passed in set, not a PSR-6 CacheItem object.

The current implementation is a weird mix of PSR-6 and PSR-16.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions