hybrid-disk-cache icon indicating copy to clipboard operation
hybrid-disk-cache copied to clipboard

A hybrid disk cache library that utilized both the solid SQLite3 and file system.

Results 7 hybrid-disk-cache issues
Sort by recently updated
recently updated
newest added

# Upgrade better-sqlite3 dependency As reported in this issue https://github.com/WiseLibs/better-sqlite3/issues/1020, better-sqlite3 cant't be built in Apple arm64. The problem was fixed in the newest major version. As this package is...

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

I added support for those [in memory and temporary modes](https://www.sqlite.org/inmemorydb.html) in sqlite. Recently I have encountered some problems while trying to deploy and test my website on docker and on...

Hi, I'm trying to use your library but receiving this error: `Cache is not a constructor` library version: 0.2.0 installed through npm my test code: ``` import Cache from 'hybrid-disk-cache';...

Bumps [simple-get](https://github.com/feross/simple-get) from 4.0.0 to 4.0.1. Commits 0a1ad5d 4.0.1 e4af095 Merge pull request #73 from ranjit-git/master 6e21f5e code style 489f743 Bug fix: Thirdparty cookie leak 6e4468a Bug fix: thirdparty site...

dependencies

When using Hydbrid disk cache in combination with next-boost sometimes we got currupt files ending up in the following error. I think we should catch this. ``` (node:67992) UnhandledPromiseRejectionWarning: Error:...