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

com.google.api.server.spi.config

Class ApiCacheControl.Type

  • java.lang.Object
    • com.google.api.server.spi.config.ApiCacheControl.Type
  • Enclosing class:
    ApiCacheControl


    public static class ApiCacheControl.Type
    extends java.lang.Object
    Constants of cache control types
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String NO_CACHE
      Allows none to cache responses
      static java.lang.String PRIVATE
      Allows only clients to cache responses
      static java.lang.String PUBLIC
      Allows clients and proxies to cache responses
    • Constructor Summary

      Constructors 
      Constructor and Description
      Type() 
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PUBLIC

        public static final java.lang.String PUBLIC
        Allows clients and proxies to cache responses
        See Also:
        Constant Field Values
      • PRIVATE

        public static final java.lang.String PRIVATE
        Allows only clients to cache responses
        See Also:
        Constant Field Values
      • NO_CACHE

        public static final java.lang.String NO_CACHE
        Allows none to cache responses
        See Also:
        Constant Field Values
    • Constructor Detail

      • Type

        public Type()