This repository was archived by the owner on May 9, 2021. It is now read-only.
Releases: rommansabbir/CacheX
Releases · rommansabbir/CacheX
Version: 2.1.0 Released
What's new in this version?
- Implementation of UseCase which interact between the app layer & library layer
- CacheX works asynchronously
- Performance Improved
CacheX v2.0 is Released
Released: CacheX v2.0
App name is required to initializeComponents of CacheX
- Fixed cache keep remain the same after reinstalling the application
Realtime ppdate is now Optional, can use both Realtime update or Non-Realtime update
1.1.0 * Realtime update is optional, you can use both Realtime or Non-Realt…
Issue Fixed - Return exact data model list from cache instead of LinkedTreeMap
- Return TreeMap instead of POJO/Data Model in getCacheList() - issue resolved
A major issue has been resolved
- Clear cache by key, not working - Issue fixed
Features Added
- Feature: Clear a cache by providing the key
- Feature: Clear all cache
Final release 1.0
- Real-time Update
- Coroutine
- LiveData
Beta Release
- Cache single/list of items with AES encryptions