Skip to content

Tag support for Symfony HttpCache #167

@dantleech

Description

@dantleech

Part of #26

Any advice on how feasable it would be to implement tags for the HTTP cache?

e.g. I would imagine it would be possible by creating filesystem indexes

app/
    cache/
        http_cache/
            tags/
                articles
                article-42
                article-21
                media
                media-42
                page-32
$ cat app/cache/htp_cache/tags/articles
url/to/purge
url/to/purge
url/to/purge

(p.s. just started to look at this so sorry if I am misunderstanding some things here)

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