Xerosigma/rightpoint-omdb

Local Disk Caching

Xerosigma opened this issue · 0 comments

Current implementation caches in memory.

Write method that checks memory cache for certain size (10), if greater write oldest entry to local file system.

Update SearchApi.presentInCache() to include local file system cache.