You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 14, 2018. It is now read-only.
There's a typo, the letter 't' is missing at the end of fragment
DurationInMillis.NEVER and DurationInMillis.ALWAYS are still used while there are now deprecated.
Also, there's a contradiction when you said:
In the example above, you can see that the third argument passed to the execute() method is the constant DurationInMillis.NEVER. Use this parameter to specify when data will be taken from the cache without invoking retrieval of new data from the network.
Two paragraphs later, you said:
There is also a constant named DurationInMillis.NEVER which means that the data in cache will always be considered expired, regardless of how recent it is. Thus, the SpiceRequest will always perform a network call, and you will never get the data in cache.
The text was updated successfully, but these errors were encountered:
DurationInMillis.ALWAYS_EXPIRED. Use this parameter to specify when data will be taken from the cache without invoking retrieval of new data from the network.
That should be DurationInMillis.ALWAYS_RETURNED
But, IMHO, I would remove that whole sentence as you repeat it in the next paragraph.
DurationInMillis.ALWAYS_EXPIRED. Use this parameter to specify when data
will be taken from the cache without invoking retrieval of new data from
the network.
That should be DurationInMillis.ALWAYS_RETURNED
But, IMHO, I would remove that whole sentence as you repeat it in the next
paragraph.
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/162#issuecomment-21239635
.
Stéphane NICOLAS, OCTO Technology
Développeur & Consultant Android / Java
..........................................................
50, Avenue des Champs-Elysées
75008 Paris
+33 (0)6.26.32.34.09 www.octo.com - blog.octo.com www.usievents.com
...........................................................
ajans
pushed a commit
to ajans/robospice
that referenced
this issue
Dec 17, 2014
https://github.com/octo-online/robospice/wiki/Starter-Guide#spice-your-activity-or-fragmen
There's a typo, the letter 't' is missing at the end of fragment
DurationInMillis.NEVER
andDurationInMillis.ALWAYS
are still used while there are now deprecated.Also, there's a contradiction when you said:
Two paragraphs later, you said:
The text was updated successfully, but these errors were encountered: