Skip to content

Commit 75efb14

Browse files
committed
formatting
1 parent 022cf01 commit 75efb14

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
robospice-fluent-request
2-
==========================
2+
========================
33

44
A fluent api wrapper for RoboSpice requests.
55

66
[RoboSpice](https://github.com/stephanenicolas/robospice) caches results for your requests if
7-
a cache key is supplied to the [SpiceManager.execute()](http://stephanenicolas.github.io/robospice/site/latest/apidocs/com/octo/android/robospice/SpiceManager.html#execute(com.octo.android.robospice.request.SpiceRequest, java.lang.Object, long, com.octo.android.robospice.request.listener.RequestListener%29)
7+
a cache key is supplied to the [SpiceManager.execute()](http://stephanenicolas.github.io/robospice/site/latest/apidocs/com/octo/android/robospice/SpiceManager.html#execute%28com.octo.android.robospice.request.SpiceRequest, java.lang.Object, long, com.octo.android.robospice.request.listener.RequestListener%29)
88
method—every single time you submit a request.
99

10-
A default cache key and cache expiry can be defined for each request type by implementing [Cacheable](https://github.com/anotherdev/robospice-fluent-request/blob/master/library/src/main/java/com/anotherdev/android/robospice/request/Cacheable.java)
10+
A default cache key and cache expiry can be defined for each request type by implementing
11+
[Cacheable](https://github.com/anotherdev/robospice-fluent-request/blob/master/library/src/main/java/com/anotherdev/android/robospice/request/Cacheable.java)
1112
interface and submit the request using robospice-fluent-request.
1213

1314

1415

1516
Download
16-
--------
17+
========
1718

1819
Gradle:
1920
```groovy
@@ -31,7 +32,6 @@ RoboSpice.with(spiceManager).inform(requestListner).execute(spiceRequest);
3132
```
3233

3334
Options:
34-
3535
Each option overrides the paramenter defined in the ```spiceRequest``` if the request implement
3636
[Cacheable](https://github.com/anotherdev/robospice-fluent-request/blob/master/library/src/main/java/com/anotherdev/android/robospice/request/Cacheable.java).
3737

0 commit comments

Comments
 (0)