]
Gustavo Fernandes updated ISPN-3921:
------------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 7.0.0.CR1
Resolution: Done
Soft Index File Store
---------------------
Key: ISPN-3921
URL:
https://issues.jboss.org/browse/ISPN-3921
Project: Infinispan
Issue Type: Feature Request
Components: Loaders and Stores
Reporter: Radim Vansa
Assignee: Radim Vansa
Priority: Minor
Fix For: 7.0.0.CR1
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.