public interface NuxeoResponseCache
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getBody(String key) |
<T> retrofit2.Response<T> |
getResponse(String key) |
void |
invalidateAll() |
void |
put(String key,
retrofit2.Response<?> value) |
long |
size() |
Copyright © 2018 Nuxeo. All rights reserved.