dosaboy / searchkit

Apache License 2.0
1 stars 2 forks source link

store each key as file by default in mpcache #1

Closed dosaboy closed 1 year ago

dosaboy commented 1 year ago

Depending on how the cache is used it may be more efficient to store all keys in a single file vs. using a separate file per key. By default we should use the latter going forward.