An Android library to cache any serializable objects to disk, using a LRU cache implementation, with the possibility to specify an expiry time for each entry and a maximum size that can be allocated.
☆90Oct 7, 2017Updated 8 years ago
Alternatives and similar repositories for storo
Users that are interested in storo are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Proxy Cache Manager annotation that helps you to cache your repository method calls.☆33Sep 28, 2017Updated 8 years ago
- An RxJava wrapper for the Android Firebase client☆16May 23, 2016Updated 9 years ago
- AWEX (Android Work EXecutor) is a thread pool to execute tasks that uses Promises to deliver results. Promises that can be cancelled, can…