To implement a local storage class which writes to database(sqlite3) supplemented by in-memory LRU cache.
DataDao: Handles database read/writeLRUCache: Handles read/write, cache miss and cache hitLRUCacheTest: For integration testing
- Install sqlite3
- g++ compiler
- Clone repository
- cd
<cloned repository> make./bin/data-store