Skip to content
This repository has been archived by the owner on Aug 9, 2020. It is now read-only.

Releases: VictorAlbertos/RxCache

Added support of 2.x RxJava

06 Sep 00:00
Compare
Choose a tag to compare
1.6.5

Update README.md

Throw meaningful exception when folder does not exist.

02 Sep 14:42
Compare
Choose a tag to compare

Jitpack build failed.

02 Sep 14:34
Compare
Choose a tag to compare
1.6.3

Update version number

Retrieve a record encrypted only when the encryption key is not empty.

31 Jul 14:57
Compare
Choose a tag to compare
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.

29 Jul 17:32
Compare
Choose a tag to compare

Decouple reflection api from core module creating a new module called runtime.

29 Jul 11:52
Compare
Choose a tag to compare
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.

21 Jul 11:43
Compare
Choose a tag to compare

Cache method config provider to improve global performance

13 Jul 18:32
Compare
Choose a tag to compare

Support for using actionable api with multiple provider instances.

13 Jul 13:40
Compare
Choose a tag to compare

Fix #45

30 Jun 08:36
Compare
Choose a tag to compare

Defensive null pointer check to avoid null pointer exception.