RxCache – Reactive caching library for Android and Java.
ProGuard rules for RxCache
ProGuard has the optimization step and removes unused classes, attributes and fields from code. After ProGuard shrinks and obfuscates your code, short names like 'a', 'b', etc. are used as obfuscated names. You have to specify the next rules in your ProGuard proguard-rules.pro file.
# RxCache -dontwarn io.rx_cache.internal.** -keepclassmembers enum io.rx_cache.Source { *; }
For more information about RxCache please see the website.