Package org.nuxeo.client.cache
Interface NuxeoResponseCache
-
public interface NuxeoResponseCache- Since:
- 0.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> TgetBody(java.lang.String key)<T> retrofit2.Response<T>getResponse(java.lang.String key)voidinvalidateAll()voidput(java.lang.String key, retrofit2.Response<?> value)longsize()
-