Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Kirby Cache REST #566

Open
jenstornell opened this issue May 8, 2018 · 0 comments
Open

Kirby Cache REST #566

jenstornell opened this issue May 8, 2018 · 0 comments
Assignees
Labels

Comments

@jenstornell
Copy link
Collaborator

Github: https://github.com/jenstornell/kirby-cache-rest

Cache (file cache) operations made developer friendly.

/flush

{
    "roots": [
        {
            "count": 23,
            "root": "path/to/cache",
            "success": true
        },
        {
            "count": 12,
            "root": "path/to/thumbs",
            "success": false
        }
    ],
    "success": false,
    "flushed_files": 21
}
@jenstornell jenstornell self-assigned this May 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant