public class CacheEntryBase extends Object implements CacheEntry
| Constructor and Description |
|---|
CacheEntryBase(long timestamp,
long lifespan,
InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getInputStream() |
long |
getLifespan() |
long |
getTimestamp() |
public CacheEntryBase(long timestamp,
long lifespan,
InputStream inputStream)
public long getTimestamp()
getTimestamp in interface CacheEntrypublic long getLifespan()
getLifespan in interface CacheEntrypublic InputStream getInputStream()
getInputStream in interface CacheEntryCopyright © 2015. All rights reserved.