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

Releases: VictorAlbertos/RxCache

Fix #43

26 Jun 18:14
Compare
Choose a tag to compare
Merge pull request #44 from VictorAlbertos/slash_key

Disk.java converts any slash symbol present on key to an underscore one.

Upgrade version Jolyglot

19 Jun 20:04
Compare
Choose a tag to compare
1.5.3

Update README

Added support for Moshi

19 Jun 14:05
Compare
Choose a tag to compare
1.5.2

Update README

Added Jolyglot as json abstraction layer.

18 Jun 21:29
Compare
Choose a tag to compare

Fix #38 -> Decoupled Gson dependency

Fix #31

03 Jun 12:04
Compare
Choose a tag to compare

Added encryption mechanism for persisted data.

Fix #34

29 May 08:56
Compare
Choose a tag to compare

When setting @lifecache with 0 value its data provider is not evicted

Defer invoke ProxyProviders method until observable subscription.

26 May 20:11
Compare
Choose a tag to compare
1.4.6

bring to project the compilers sources project and refactor package name

Upgraded Dagger version to 2.4

16 May 10:17
Compare
Choose a tag to compare
1.4.2

Merge branch 'master' of https://github.com/VictorAlbertos/RxCache

Added evictAllKeepingFirstN and evictAllKeepingLastN actions

13 May 13:27
Compare
Choose a tag to compare
1.4.1

Added evictAllKeepingFirstN and evictAllKeepingLastN actions

Replaced Guava by ReferenceMap apache

13 May 11:13
Compare
Choose a tag to compare
1.4.0

replaced guava for ReferenceMap apache as implementation of the Memor…