Since the request cache is query type, it does not add, delete, change or check the database, so it uses GET, and this is also based on the characteristics of GET and POST. Get requests can be cached, but POST requests cannot, and GET is mostly used for queries, while POST is mostly used for database updates and deletes.