Package system.web.ui

Class OutputCacheParameters

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Web
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Web.UI.OutputCacheParameters
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • OutputCacheParameters

        public OutputCacheParameters​(java.lang.Object instance)
                              throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • OutputCacheParameters

        public OutputCacheParameters()
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getEnabled

        public boolean getEnabled()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setEnabled

        public void setEnabled​(boolean Enabled)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getNoStore

        public boolean getNoStore()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setNoStore

        public void setNoStore​(boolean NoStore)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDuration

        public int getDuration()
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setDuration

        public void setDuration​(int Duration)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getCacheProfile

        public java.lang.String getCacheProfile()
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setCacheProfile

        public void setCacheProfile​(java.lang.String CacheProfile)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSqlDependency

        public java.lang.String getSqlDependency()
                                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setSqlDependency

        public void setSqlDependency​(java.lang.String SqlDependency)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getVaryByContentEncoding

        public java.lang.String getVaryByContentEncoding()
                                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setVaryByContentEncoding

        public void setVaryByContentEncoding​(java.lang.String VaryByContentEncoding)
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getVaryByControl

        public java.lang.String getVaryByControl()
                                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setVaryByControl

        public void setVaryByControl​(java.lang.String VaryByControl)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getVaryByCustom

        public java.lang.String getVaryByCustom()
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setVaryByCustom

        public void setVaryByCustom​(java.lang.String VaryByCustom)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getVaryByHeader

        public java.lang.String getVaryByHeader()
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setVaryByHeader

        public void setVaryByHeader​(java.lang.String VaryByHeader)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getVaryByParam

        public java.lang.String getVaryByParam()
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setVaryByParam

        public void setVaryByParam​(java.lang.String VaryByParam)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getLocation

        public OutputCacheLocation getLocation()
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setLocation

        public void setLocation​(OutputCacheLocation Location)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable