Disk Store
A Store implementation compatible with the native main_file_cache.dat2
(or main_file_cache.dat
) and main_file_cache.idx*
format used by the client.
It supports opening existing caches with a main_file_cache.dat2m
file for compatibility purposes. It does not support creating new caches with a .dat2m
file, as FlatFileStore is a much better choice for storing large caches.
This class is not thread safe.