cache handler for REserve.
⚠⚠⚠ The project has been moved under REserve monorepo.
{
"handlers": {
"cache": "reserve-cache"
},
"mappings": [{
"match": "\\/cache\\/(.*)",
"cache": "$1"
}]
}
Retrieves a value, returns 204
if no value.
Stores or updates a value, returns 201
if new value.
Deletes a value.