Class CacheItem

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

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

      • CacheItem

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

        public CacheItem()
                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • CacheItem

        public CacheItem​(java.lang.String key)
                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • CacheItem

        public CacheItem​(java.lang.String key,
                         NetObject value)
                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • CacheItem

        public CacheItem​(java.lang.String key,
                         NetObject value,
                         java.lang.String regionName)
                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getValue

        public NetObject getValue()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setValue

        public void setValue​(NetObject Value)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getKey

        public java.lang.String getKey()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setKey

        public void setKey​(java.lang.String Key)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getRegionName

        public java.lang.String getRegionName()
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setRegionName

        public void setRegionName​(java.lang.String RegionName)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable