8000 Releases · VictorAlbertos/RxCache · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Aug 9, 2020. It is now read-only.

Releases: VictorAlbertos/RxCache

bug fixed: when retrieving using DynamicKey or DynamicKeyGroup if data was expired the evicting action was not performed due to a wrong composition of the key.

01 Mar 19:01
Compare
Choose a tag to compare

Release version 1.0.0

27 Feb 21:28
Compare
Choose a tag to compare

Replaced annotations for concrete classes when configuring provider in order to simplify the api.
Support for grouping dynamic keys in order to allow -for example- pagination with filtering records.
Dynamic evicting scopes using EvictProvider, EvictDynamicKey and EvictDynamicKeyGroup to choose the best evicting action at runtime.

Added ConcurrentMap as an alternative for Guava.

15 Feb 10:57
Compare
Choose a tag to compare
0.4.9

Added ConcurrentMap as an alternative for Guava.

Clearing keys when an observable exception is supplied.

02 Feb 17:49
Compare
Choose a tag to compare
0.4.8

Clearing keys when an observable exception is supplied.

handled observable loader which throws exception instead of return null

26 Jan 21:48
Compare
Choose a tag to compare
0.4.6

handled observable loader which throws exception instead of return null

remove all fixed

26 Jan 13:40
Compare
Choose a tag to compare
0.4.5

fixed broken test mockMemoryDestroyed

Removed evicts listener guava in order to adapt the persistence layer implementation to a more generic approach. Renamed Cache to TwoLayerCache.

25 Jan 10:53
Compare
Choose a tag to compare

Bug fixed after changing provider value life cache, it now reflects this change instead of getting the old previous value persisted for this specific provider.

Deferred observable response in ProxyProviders when creating root observable in order to prevent to be executed before subscribing to it, and therefore outside scope observable threading.

16 Jan 23:15
Compare
Choose a tag to compare

Fixed dagger dependency, need to be resolved as compile, not provide.

16 Jan 17:51
Compare
Choose a tag to compare
0.4.1

updated setup README.md, build gradle dependencies and crated an Andr…
0