Class CacheSnapshot
java.lang.Object
com.vmware.vipclient.i18n.base.cache.persist.CacheSnapshot
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglongvoidsetCacheMode(CacheMode cacheMode) voidsetCacheRootPath(String cacheRootPath) voidsetComponents(Set<String> components) voidvoidsetExpiredTime(long expiredTime) voidsetLastClean(long lastClean) voidsetLocales(Set<String> locales) voidsetProductName(String productName) voidsetVersion(String version) voidsetVipServer(String vipServer)
-
Constructor Details
-
CacheSnapshot
public CacheSnapshot()
-
-
Method Details
-
getProductName
-
setProductName
-
getVersion
-
setVersion
-
getVipServer
-
setVipServer
-
getCacheMode
-
setCacheMode
-
getDropId
-
setDropId
-
getExpiredTime
public long getExpiredTime() -
setExpiredTime
public void setExpiredTime(long expiredTime) -
getLastClean
public long getLastClean() -
setLastClean
public void setLastClean(long lastClean) -
getCacheRootPath
-
setCacheRootPath
-
getComponents
-
setComponents
-
getLocales
-
setLocales
-