RxCache icon indicating copy to clipboard operation
RxCache copied to clipboard

Disk Caching Broken while Encryption Enabled

Open The0ldM0nk opened this issue 7 years ago • 1 comments

Hi, I've recently encountered an issue while trying to figure out if the data is loaded is by cloud/memory/persistence in certain scenarios.

I can confirm that while using the encryption feature using @EncryptKey & @Encrypt annotations the data is loaded from the cloud/memory source and not from persistence.

This issue might be related to one reported by @NaSOS here: https://github.com/VictorAlbertos/ReactiveCache/issues/19

Is there any other way I can encrypt cached data without breaking reading disk cache? Kudos for an awesome project though!

The0ldM0nk avatar Feb 28 '18 08:02 The0ldM0nk

I have the same problem as you.

ShenXuKai avatar Apr 08 '18 12:04 ShenXuKai