I'm using the fiber framework of golang. I want to Cache some endpoints in my server. For example: I have endpoint to get all products like this:http://127.0.0.1:8080/products I'm Caching this endpoint but when products table updated I need to clear Cache of this endpoint. How can I do that ?
Asked
Active
Viewed 446 times