-
Notifications
You must be signed in to change notification settings - Fork 84
Closed
Labels
Description
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)