我这有两个url,返回的数据是一样的A /items?token=xxxx&id=1&sign=xxxxB /items?token=xxoo&id=1&sign=xxoo
我希望访问B的时候 命中A的cache
目前架构是 nginx -> tomcattomcat使用了redis
但觉得性能还是不够,有没有更好的缓存方案?另外,varnish能实现吗?
认证高级PHP讲师
If A hits the cache, B can also use the same method
If A hits the cache, B can also use the same method