public class CachedResponse<T> extends Object
| 修飾子とタイプ | クラスと説明 |
|---|---|
static interface |
CachedResponse.Callback<T> |
| コンストラクタと説明 |
|---|
CachedResponse() |
CachedResponse(long expirationMilliseconds) |
public CachedResponse()
public CachedResponse(long expirationMilliseconds)
public T fetch(CachedResponse.Callback<T> callback) throws IOException
IOExceptionpublic void clear()
Copyright © 2016–2017. All rights reserved.