Local Disk Caching
Xerosigma opened this issue · 0 comments
Xerosigma commented
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.