A feasible caching library for Android.
Features
- Real-time update
- Lightweight
- Secure
- Thread Safe
How does it work?
Caching is just a simple key-value pair data saving procedure. CacheX follows the same approach. CacheX uses SharedPreference as storage for caching data. Since we really can't just save the original data because of security issues. CacheX uses AES encryption & decryption behind the scene when you are caching data or fetching data from the cache. Also, you can observer cached data in real-time.
from The Android Arsenal
No comments:
Post a Comment