ApiCacheControl (endpoints-framework 2.0.0-beta.5 API)

com.google.api.server.spi.config

Annotation Type ApiCacheControl



  • @Retention(value=RUNTIME)
     @Target(value=TYPE)
    public @interface ApiCacheControl
    Annotation for API cache control configuration. Note that the API frontend itself may act as a caching proxy.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element and Description
      int maxAge
      The maximum age that results may be cached.
      java.lang.String type
      The cache control type.
    • Element Detail

      • type

        public abstract java.lang.String type
        The cache control type. Defaults to no-cache.
        Default:
        ""
      • maxAge

        public abstract int maxAge
        The maximum age that results may be cached. If unspecified, defaults to 0.
        Default:
        -2147483648