com.supermap.services.components

类 CacheUpdateConfig

  • java.lang.Object
    • com.supermap.services.components.CacheUpdateConfig
  • 所有已实现的接口:
    java.io.Serializable


    public class CacheUpdateConfig
    extends java.lang.Object
    implements java.io.Serializable
    
    另请参阅:
    序列化表格
    • 方法概要

      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • cacheReadOnly

        public boolean cacheReadOnly
        
      • expired

        public long expired
        
    • 构造器详细资料

      • CacheUpdateConfig

        public CacheUpdateConfig()
        

        默认构造函数。

      • CacheUpdateConfig

        public CacheUpdateConfig(boolean cacheReadOnly,
                         long expired)