This repository has been archived by the owner on Aug 9, 2020. It is now read-only.
Releases: VictorAlbertos/RxCache
Releases · VictorAlbertos/RxCache
Added support of 2.x RxJava
1.6.5 Update README.md
Throw meaningful exception when folder does not exist.
Jitpack build failed.
1.6.3 Update version number
Retrieve a record encrypted only when the encryption key is not empty.
1.6.2 Retrieve a record encrypted only when the encryption key is not empty.
Added support for evict the entire cache in a row.
Decouple reflection api from core module creating a new module called runtime.
1.6.0 Decouple reflection api from core module creating a new module called…
Removed RxCacheException inner class. Upgraded to RxJava 1.1.7 version.
1.5.9 Upgrade RxJava version to 1.1.7
Cache method config provider to improve global performance
Support for using actionable api with multiple provider instances.
1.5.7 Update README.md
Fix #45
Defensive null pointer check to avoid null pointer exception.