Class FileBasedCaffeineSimilarityCache

All Implemented Interfaces:
SimilarityCache, Iterable<Map.Entry<DataObjectPair,Similarity>>

public class FileBasedCaffeineSimilarityCache extends CaffeineSimilarityCache
Stores pairs of data object IDs with their similarity into a persistent cache, allowing read- and write operations on its entries which are stored in a single csv file.