We are very interested in using Chronicle Map in our project. Currently, we're trying to understand how to work with a persisted file. For example when I create Chronicle Map with
ChronicleMap.of(String.class, String.class)
.createPersistedTo(persistedFile)
Is data from persistedFile will be loaded into RAM memory? Or it will be served from the disk.