試験AD0-E725 トピック2 問題36 スレッド
Adobe AD0-E725のリアル試験問題集
問題 #: 36
トピック #: 2
問題 #: 36
トピック #: 2
A Developer is notified that custom API results are not cached, which is causing additional delays.
What are two potential causes for this behavior? (Choose two.)
What are two potential causes for this behavior? (Choose two.)
おすすめの解答:C,D 解答を投票する
Adobe Commerce API caching (including GraphQL and REST) works only for idempotent requests such as HTTP GET.
C (POST) and D (PUT) are not cacheable because they are used for creating or updating resources.
A (GET) is cacheable.
B (HEAD) is technically idempotent, but not commonly used in Adobe Commerce APIs.
Reference:
Adobe Commerce DevDocs - Web API caching
HTTP/1.1 RFC 7231 - Cacheable methods
C (POST) and D (PUT) are not cacheable because they are used for creating or updating resources.
A (GET) is cacheable.
B (HEAD) is technically idempotent, but not commonly used in Adobe Commerce APIs.
Reference:
Adobe Commerce DevDocs - Web API caching
HTTP/1.1 RFC 7231 - Cacheable methods
冨樫** 2025-09-11 11:06:18
コメント
他人の解答コメントを賛成するのも、その解答に一票を入れることになります。したがって、すでに同じ意見の投票コメントが存在する場合、新規コメントをする代わりに賛成することもできます。
コメントを通報する
コメント中
今すぐ 新規登録 / ログイン (無料です)。