Class CacheItemPolicy

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Runtime.Caching, 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.Runtime.Caching
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Runtime.Caching.CacheItemPolicy
        See Also:
        Constant Field Values
      • classType

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

      • CacheItemPolicy

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

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

      • setJCOInstance

        public void setJCOInstance​(org.mases.jcobridge.JCObject instance)
        Overrides:
        setJCOInstance in class NetObject
      • getAbsoluteExpiration

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

        public void setAbsoluteExpiration​(DateTimeOffset AbsoluteExpiration)
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getRemovedCallback

        public CacheEntryRemovedCallback getRemovedCallback()
                                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setRemovedCallback

        public void setRemovedCallback​(CacheEntryRemovedCallback RemovedCallback)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getUpdateCallback

        public CacheEntryUpdateCallback getUpdateCallback()
                                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setUpdateCallback

        public void setUpdateCallback​(CacheEntryUpdateCallback UpdateCallback)
                               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
      • 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