jaredwray / flat-cache

A stupidly simple key/value storage using files to persist the data
MIT License
165 stars 30 forks source link

How can you change the path where files are saved? #90

Closed q351941406 closed 9 months ago

q351941406 commented 9 months ago

How can you change the path where files are saved?

jaredwray commented 9 months ago

call the cache.load() function at the start.

/**