Class CacheInsertOptions

    • 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.Caching.CacheInsertOptions
        See Also:
        Constant Field Values
      • classType

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

      • CacheInsertOptions

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

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

      • getAbsoluteExpiration

        public DateTime getAbsoluteExpiration()
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setAbsoluteExpiration

        public void setAbsoluteExpiration​(DateTime AbsoluteExpiration)
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSlidingExpiration

        public TimeSpan getSlidingExpiration()
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setSlidingExpiration

        public void setSlidingExpiration​(TimeSpan SlidingExpiration)
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDependencies

        public CacheDependency getDependencies()
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setDependencies

        public void setDependencies​(CacheDependency Dependencies)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getPriority

        public CacheItemPriority getPriority()
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setPriority

        public void setPriority​(CacheItemPriority Priority)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getOnRemovedCallback

        public CacheItemRemovedCallback getOnRemovedCallback()
                                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setOnRemovedCallback

        public void setOnRemovedCallback​(CacheItemRemovedCallback OnRemovedCallback)
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable