jensg-st commented on issue #8719:
URL: https://github.com/apache/apisix/issues/8719#issuecomment-1493003520
I have started from scratch and added this to the configmap:
```yaml
zones: # The parameters of a cache
- name: memory-cache
memory_size: 100m
```
And in the route:
```yaml
plugins:
- config:
cache_strategy: memory
cache_zone: memory-cache
enable: true
name: proxy-cache
```
It seems to work now and I can not reproduce the issue anymore. Seems to be
ok.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]