Store/app
Yigit Boyar 8347de79aa Remove suspend cache (#52)
* remove suspend cache

This PR replaces suspend cahce usages w/ direct guava cache usage.
I think we should also get rid of guava cache.
First of all it is in java so needs to be moved to kotlin at least for
future multi-platform support.
Second, it would be nicer to have something that uses kotlin's time so
that people can provide a scope w/ a delay functionality (like the
TestCoroutineScope) and also test time related stuff. An alternative might
be letting people pass a Timer in the builder

Fixes #41

* remove commented code :/
2019-11-14 07:31:07 -05:00
..
src/main Remove suspend cache (#52) 2019-11-14 07:31:07 -05:00
.gitignore initialCommit 2016-11-29 13:59:48 -05:00
build.gradle Remove suspend cache (#52) 2019-11-14 07:31:07 -05:00
proguard-rules.pro initialCommit 2016-11-29 13:59:48 -05:00
version.properties initial 2017-01-04 14:17:53 -05:00