blugelabs / bluge

indexing library for Go
Apache License 2.0
1.9k stars 125 forks source link

Is there a way to use this library more as a caching layer? #137

Open kant777 opened 2 years ago

kant777 commented 2 years ago

Is there a way to use this library more as a caching layer (preferably using mmap so it is not limited by RAM)? For example, I already store data in some external database and I would want to use this library more as a cache and would like to have custom handler for both evict and restore.