LatestCache

public final class LatestCache

Constructors

Link copied to clipboard
public LatestCache LatestCache(    String name,     String lastValue,     Long lastUpdatedTimeStamp)

Functions

Link copied to clipboard
public final Long getLastUpdatedTimeStamp()
Link copied to clipboard
public final String getLastValue()
Link copied to clipboard
public final String getName()
Link copied to clipboard
public final Unit setLastUpdatedTimeStamp(Long lastUpdatedTimeStamp)
Link copied to clipboard
public final Unit setLastValue(String lastValue)
Link copied to clipboard
public final Unit setName(String name)

Properties

Link copied to clipboard
private Long lastUpdatedTimeStamp
Link copied to clipboard
private String lastValue
Link copied to clipboard
private String name