-
public final class CacheObj.Builder<T>
-
-
Constructor Summary
Constructors Constructor Description CacheObj.Builder()
-
Method Summary
Modifier and Type Method Description CacheObj.Builder<T>
withKey(ICacheKey key)
CacheObj.Builder<T>
withMaxAgeTimestamp(long maxAgeTimestamp)
CacheObj.Builder<T>
withMaxStaleTimestamp(long maxStaleTimestamp)
CacheObj.Builder<T>
withContent(T content)
CacheObj<T>
build()
-
-
Method Detail
-
withKey
CacheObj.Builder<T> withKey(ICacheKey key)
-
withMaxAgeTimestamp
CacheObj.Builder<T> withMaxAgeTimestamp(long maxAgeTimestamp)
-
withMaxStaleTimestamp
CacheObj.Builder<T> withMaxStaleTimestamp(long maxStaleTimestamp)
-
withContent
CacheObj.Builder<T> withContent(T content)
-
-
-
-