Response Cache
cp:otoroshi.next.plugins.NgResponseCache
This plugin can cache responses from target services in the otoroshi datasstore
It also provides a debug UI at /.well-known/otoroshi/bodylogger
.
categories:
- Other
default configuration:
{
"ttl" : 3600000,
"maxSize" : 52428800,
"autoClean" : true,
"filter" : null
}