-
Enhancement
-
Resolution: Done
-
Minor
-
None
-
None
Implementation of cache store backed by local file system.
It does not keep keys in memory as SingleFileStore but should offer better performance than LevelDBCacheStore.
The main idea is to use B-tree index for storing the keys, but cache parts of this tree in memory using SoftReferences.
- relates to
-
ISPN-4859 Make Soft Index File Store configuration more standard
- Closed