Disables caching of this method. The default value is true, so merely
adding this annotation to your method config will disable caching for that
method, unless you set this field to false.
Default:
true
maxAge
public abstract int maxAge
Deprecated.
Overrides the maximum age to cache responses from this method.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-02-15 UTC."],[[["`ApiMethodCacheControl` is a deprecated annotation type that will be removed in future versions of Cloud Endpoints."],["This annotation was used for configuring cache control of API methods."],["The `noCache` element, defaulting to `true`, was used to disable caching for a specific method."],["The `maxAge` element, defaulting to `0`, allowed overriding the maximum age for caching responses from a method."]]],[]]