Currently browserify-persist-fs uses the regular node.js fs API to write down the cache, however it might be cool to be able to replace the fs implementation with random-access-memory, random-access-idb or random-access-s3 which would make the internal unit tests faster and allow in a CI environment to load/store the cache on an remote server.